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
2 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue