Skip to content

Commit

Permalink
Add kani to expected cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-alpaca committed Jun 15, 2024
1 parent e32167e commit b243463
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 @@ -86,3 +86,6 @@ harness = false
debug = true
#lto = true
opt-level = 3

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

0 comments on commit b243463

Please sign in to comment.