Files
zed/crates/debugger_ui/src
Marshall Bowers a4037faf2e 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-05 22:18:02 -05:00
..