Skip to content

Commit

Permalink
Remove this -- it's useful
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Jul 26, 2024
1 parent 0af4bb9 commit c6f5ab6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ resolver = "2"
debug = true
lto = true

[workspace.lints.rust]
# `unexpected_cfgs` shipped in Rust 1.80 but it's too noisy as various libs
# catch up. Disable it for now, revisit in the future.
# c.f. https://blog.rust-lang.org/2024/05/06/check-cfg.html
unexpected_cfgs = { level = 'allow', check-cfg = ['cfg()'] }
[workspace.lints]

0 comments on commit c6f5ab6

Please sign in to comment.