Skip to content

Commit 0144490

Browse files
committed
use visibility to check unused imports and delete some stmts
1 parent 8c8bbeb commit 0144490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(dead_code)]
2+
#![allow(unused_imports)]
23

34
#[macro_use]
45
mod macros;

0 commit comments

Comments
 (0)