fixup! fixup! removed copilot from generated schema and command palette

Mikayla Maki created

Change summary

crates/staff_mode/src/staff_mode.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/staff_mode/src/staff_mode.rs 🔗

@@ -31,6 +31,7 @@ pub fn staff_mode<F: FnMut(&mut MutableAppContext) + 'static>(
 }
 
 /// Immediately checks and runs the init function if the staff mode is not enabled.
+/// This is only included for symettry with staff_mode() above
 pub fn not_staff_mode<F: FnOnce(&mut MutableAppContext) + 'static>(
     cx: &mut MutableAppContext,
     init: F,