Skip to content

Commit

Permalink
fixup! Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Aug 3, 2024
1 parent dc29ae4 commit 891b063
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/bound.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unused)]
mod util;

use std::marker::PhantomData;
Expand Down
2 changes: 1 addition & 1 deletion tests/hygiene.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::clone_on_copy)]
#![allow(clippy::clone_on_copy, unused)]

mod util;

Expand Down
1 change: 1 addition & 0 deletions tests/incomparable.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unused)]
use derive_where::derive_where;

macro_rules! incomparable {
Expand Down
1 change: 1 addition & 0 deletions tests/misc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(unused)]
use std::marker::PhantomData;

use derive_where::derive_where;
Expand Down

0 comments on commit 891b063

Please sign in to comment.