Skip to content

Commit

Permalink
unused_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Nov 28, 2024
1 parent 35db6e3 commit 6076b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/misc/standalone/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(test)]
#![allow(clashing_extern_declarations)]
#![allow(clashing_extern_declarations, unused_imports)]

mod b_arch;
mod b_arch_dependencies;
Expand Down

0 comments on commit 6076b63

Please sign in to comment.