Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mds1 committed Sep 6, 2023
1 parent 22e2690 commit d4adda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check/validators/constant_names.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::check::{
utils::{is_in_disabled_region, offset_to_line, InvalidItem, ValidatorKind},
utils::{offset_to_line, InvalidItem, ValidatorKind},
Parsed,
};
use once_cell::sync::Lazy;
Expand Down

0 comments on commit d4adda6

Please sign in to comment.