Mute nightly lint fix to mute stable warning (#4042)
This commit is contained in:
+2
-1
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user