Skip to content

Commit

Permalink
style: Restore use of wildcard prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 26, 2024
1 parent aeeb843 commit a760a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/failure.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(clippy::unwrap_used)]

#[allow(clippy::wildcard_imports)] // false positive
use assert_fs::prelude::*;

fn main() {
Expand Down

0 comments on commit a760a68

Please sign in to comment.