zed/crates/debugger_ui
Lukas Wirth 7d80412cca
Reduce amount of monomorphizations from FnMut closures (#49453)
Replaces a bunch of `impl FnMut` parameters with `&mut dyn FnMut` for
functions where this is the sole generic parameter.
Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-02-18 12:00:02 +01:00
..
src Reduce amount of monomorphizations from FnMut closures (#49453) 2026-02-18 12:00:02 +01:00
Cargo.toml debugger: Start work on adding session snapshot feature (#44298) 2025-12-06 19:31:08 +00:00
LICENSE-GPL Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00