Skip to content

Commit 0d716c3

Browse files
authored
Merge pull request #112 from umgefahren/add-lint-exception
chore: Add lint exception to make CI pass again
2 parents 40eb356 + c3593fa commit 0d716c3

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)