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 bcd0fe2 commit eaf8dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cfg.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(unexpected_cfgs)]
#![allow(unexpected_cfgs, unused)]
use std::marker::PhantomData;

use derive_where::derive_where;
Expand Down

0 comments on commit eaf8dfc

Please sign in to comment.