Skip to content

Commit 8230103

Browse files
authored
style: deny(unexpected_cfgs) (#2492)
1 parent 277013b commit 8230103

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
@@ -48,6 +48,7 @@
4848
#![allow(clippy::too_long_first_doc_paragraph)]
4949
#![recursion_limit = "500"]
5050
#![deny(unused)]
51+
#![deny(unexpected_cfgs)]
5152
#![allow(unused_macros)]
5253
#![cfg_attr(
5354
not(all(

0 commit comments

Comments
 (0)