From 200dc04d12716774e9771f40f3abac7e81f65fcf Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Thu, 6 Mar 2025 16:13:51 +0000 Subject: [PATCH] clippy --- aderyn_core/src/detect/low/useless_error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aderyn_core/src/detect/low/useless_error.rs b/aderyn_core/src/detect/low/useless_error.rs index 48f3c1b5..9f1e2d19 100644 --- a/aderyn_core/src/detect/low/useless_error.rs +++ b/aderyn_core/src/detect/low/useless_error.rs @@ -1,5 +1,5 @@ use crate::{ - ast::{Expression, NodeID}, + ast::NodeID, capture, context::workspace_context::WorkspaceContext, detect::detector::{IssueDetector, IssueDetectorNamePool, IssueSeverity},