Skip to content

Commit

Permalink
Add lints config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 22, 2024
1 parent c3ade69 commit 9d42047
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 @@ -54,3 +54,6 @@ harness = false
name = "vm_benchmark"
path = "benches/vm_benchmark.rs"
harness = false

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

0 comments on commit 9d42047

Please sign in to comment.