mirror of https://github.com/astral-sh/uv
Mute nightly lint fix to mute stable warning (#4042)
This commit is contained in:
parent
6d148da0ab
commit
054fffe05e
|
|
@ -155,7 +155,8 @@ pep508_rs = { path = "crates/pep508-rs" }
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
unsafe_code = "warn"
|
unsafe_code = "warn"
|
||||||
unreachable_pub = "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]
|
[workspace.lints.clippy]
|
||||||
pedantic = { level = "warn", priority = -2 }
|
pedantic = { level = "warn", priority = -2 }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue