ZIm/crates/debugger_ui
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
..
src debugger_ui: Don't .unwrap debug panel access (#28131) 2025-04-04 22:54:40 +00:00
Cargo.toml Add workspace-hack (#27277) 2025-04-02 13:26:34 -07:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00