diff --git a/crates/staff_mode/src/staff_mode.rs b/crates/staff_mode/src/staff_mode.rs index 4d35a257ed..3dbd6c2500 100644 --- a/crates/staff_mode/src/staff_mode.rs +++ b/crates/staff_mode/src/staff_mode.rs @@ -31,6 +31,7 @@ pub fn staff_mode( } /// 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( cx: &mut MutableAppContext, init: F,