diff --git a/src/components/status_tree.rs b/src/components/status_tree.rs index a8c8388255..881c0bed75 100644 --- a/src/components/status_tree.rs +++ b/src/components/status_tree.rs @@ -451,6 +451,7 @@ impl Component for StatusTreeComponent { CommandBlocking::PassingOn } + #[expect(clippy::cognitive_complexity)] fn event(&mut self, ev: &Event) -> Result { if self.focused { if let Event::Key(e) = ev {