mirror of
https://github.com/zed-industries/zed.git
synced 2026-04-18 07:47:53 +00:00
7d80412cca
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 ...