From 8039d9f434d8ea6a60baf5d53941b205c41e3cb6 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 1 Apr 2024 09:21:13 +0200 Subject: [PATCH] Silence clippy --- crates/egui/src/containers/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/egui/src/containers/window.rs b/crates/egui/src/containers/window.rs index 8c5e52b51..b35101d3e 100644 --- a/crates/egui/src/containers/window.rs +++ b/crates/egui/src/containers/window.rs @@ -1122,6 +1122,7 @@ impl TitleBar { /// title if `collapsible` is `true` /// - `collapsible`: if `true`, double click on the title bar will be handled for a change /// of `collapsing` state + #[allow(clippy::too_many_arguments)] fn ui( mut self, ui: &mut Ui,