zed/crates/onboarding/src
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
..
base_keymap_picker.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
basics_page.rs onboarding: Fix theme picker always updating theme based on system appearance (#47245) 2026-01-21 10:12:29 +00:00
multibuffer_hint.rs editor: Put more syntax walking features on the background (#48450) 2026-02-05 09:31:11 +00:00
onboarding.rs Reduce amount of monomorphizations from FnMut closures (#49453) 2026-02-18 12:00:02 +01:00
theme_preview.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00