Skip to content

Commit

Permalink
Allow rust_analyzer cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 27, 2024
1 parent 4b89bca commit 6ff055a
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 @@ -38,6 +38,9 @@ serde = { version = "1.0.136", features = ["derive"] }
divan = "0.1.11"
serde_urlencoded = "0.7.1"

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

[[bench]]
name = "upstream_comparison"
harness = false

0 comments on commit 6ff055a

Please sign in to comment.