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},