Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Jan 27, 2024
1 parent 1d10fd8 commit ccb6234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mod cases;
mod helpers;

#[allow(unused_imports)]
pub use cases::*;
pub use helpers::*;

0 comments on commit ccb6234

Please sign in to comment.