ZIm/crates/debugger_ui/src
Marshall Bowers e3d212ac60
debugger_ui: Don't .unwrap debug panel access (#28131)
This PR removes replaces the `.unwrap`s when accessing the debug panel
with `if let Some`s.

These `.unwrap`s are not locally verifiable, and thus are not safe.

Release Notes:

- N/A
2025-04-04 22:54:40 +00:00
..
session debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
tests debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
attach_modal.rs debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
debugger_panel.rs debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
debugger_ui.rs debugger_ui: Don't .unwrap debug panel access (#28131) 2025-04-04 22:54:40 +00:00
new_session_modal.rs debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
session.rs debugger: Start on tabless design (#27837) 2025-04-03 16:11:14 +00:00
tests.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00