Mute nightly lint fix to mute stable warning (#4042)

This commit is contained in:
konsti 2024-06-05 13:05:19 +02:00 committed by GitHub
parent 6d148da0ab
commit 054fffe05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ pep508_rs = { path = "crates/pep508-rs" }
[workspace.lints.rust]
unsafe_code = "warn"
unreachable_pub = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(codspeed)'] }
# TODO(konsti): Reactivate when check-cfg hits stable rust
# unexpected_cfgs = { level = "warn", check-cfg = ['cfg(codspeed)'] }
[workspace.lints.clippy]
pedantic = { level = "warn", priority = -2 }