Skip to content

Commit a042ce7

Browse files
Allow all other unexpected cfgs
1 parent 3a8d3a6 commit a042ce7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,7 @@ harness = false
132132
name = "current-exe-mismatch"
133133
required-features = ["std"]
134134
harness = false
135+
136+
[lints.rust]
137+
# This crate uses them pervasively
138+
unexpected_cfgs = "allow"

0 commit comments

Comments
 (0)