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 {