Skip to content

Commit c3593fa

Browse files
committed
Add lint exception to make CI pass again
1 parent 40eb356 commit c3593fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ bincode = "1"
3131
quickcheck = { version = "1.0.3", default-features = false }
3232
rand = "0.8.4"
3333
serde_json = "1.0"
34+
35+
[lints.rust]
36+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }

0 commit comments

Comments
 (0)