Remove msrv from .clippy.toml
Clippy now respects the rust-version field in Cargo manifests: https://github.com/rust-lang/rust-clippy/pull/8774
This commit is contained in:
parent
3e34cda48a
commit
2c2a48b665
@ -1,4 +1,3 @@
|
||||
msrv = "1.60"
|
||||
avoid-breaking-exported-api = false
|
||||
disallowed-methods = [
|
||||
# https://github.com/serde-rs/json/issues/160
|
||||
|
@ -1,4 +1,3 @@
|
||||
msrv = "1.60"
|
||||
avoid-breaking-exported-api = false
|
||||
disallowed-methods = [
|
||||
# https://github.com/serde-rs/json/issues/160
|
||||
|
Loading…
x
Reference in New Issue
Block a user