Skip to content

Commit

Permalink
Add lint exception to make CI pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
umgefahren committed Aug 2, 2024
1 parent 40eb356 commit d87e8f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ bincode = "1"
quickcheck = { version = "1.0.3", default-features = false }
rand = "0.8.4"
serde_json = "1.0"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] }

0 comments on commit d87e8f8

Please sign in to comment.