Skip to content

Commit 9f8167f

Browse files
committed
chore: allow unexpected_cfgs
1 parent 0ca1dc6 commit 9f8167f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![deny(missing_docs)]
22
#![deny(missing_debug_implementations)]
3+
#![allow(unexpected_cfgs)]
34
#![cfg_attr(test, deny(rust_2018_idioms))]
45
#![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))]
56
#![cfg_attr(all(test, feature = "full"), deny(warnings))]

0 commit comments

Comments
 (0)