From 1c495daf641a9f1977725f3eca467c721f4f65b9 Mon Sep 17 00:00:00 2001 From: Cyrix126 <58007246+Cyrix126@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:05:16 +0200 Subject: [PATCH] fix: clippy --- src/helper/node.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helper/node.rs b/src/helper/node.rs index 50d5ffc..5695c25 100644 --- a/src/helper/node.rs +++ b/src/helper/node.rs @@ -56,7 +56,6 @@ impl Helper { } pub fn build_node_args(state: &crate::disk::state::Node) -> Vec<String> { let mut args = Vec::with_capacity(500); - if !state.arguments.is_empty() && !state.simple {} // [Simple] if state.simple {