From dc47f7dc33ce0b09da3b5cc64f3085ad39a89875 Mon Sep 17 00:00:00 2001 From: KOKI Date: Mon, 30 May 2022 16:45:16 +0900 Subject: [PATCH] fix clippy --- egui_node_graph/src/editor_ui.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/egui_node_graph/src/editor_ui.rs b/egui_node_graph/src/editor_ui.rs index 878a5de..ab37351 100644 --- a/egui_node_graph/src/editor_ui.rs +++ b/egui_node_graph/src/editor_ui.rs @@ -624,6 +624,7 @@ where color_from_hex("#222222").unwrap() } } else { + #[allow(clippy::collapsible_else_if)] if dark_mode { color_from_hex("#aaaaaa").unwrap() } else {