Skip to content

Commit

Permalink
fix: clippy warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed May 30, 2024
1 parent 02f93b5 commit f92027a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/oxc_linter/src/rules/react/rules_of_hooks.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
use itertools::{FoldWhile, Itertools};
use oxc_ast::{
ast::{ArrowFunctionExpression, Function},
AstKind,
};
use oxc_macros::declare_oxc_lint;
use oxc_semantic::{
petgraph::{self},
pg::neighbors_filtered_by_edge_weight,
AstNodeId, AstNodes, BasicBlockId, EdgeType, Instruction, InstructionKind,
AstNodeId, AstNodes,
};
use oxc_span::{Atom, CompactStr};
use oxc_syntax::operator::AssignmentOperator;
Expand Down

0 comments on commit f92027a

Please sign in to comment.