zed/crates/repl
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 repl: Test outputs and ExecutionView (#48892) 2026-02-11 17:22:26 +01:00
LICENSE-GPL repl: Add missing LICENSE file (#13161) 2024-06-17 14:13:12 -04:00