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:
Jonas Platte 2022-07-19 21:41:15 +02:00
parent 3e34cda48a
commit 2c2a48b665
No known key found for this signature in database
GPG key ID: AAA7A61F696C3E0C
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
msrv = "1.60"
avoid-breaking-exported-api = false
disallowed-methods = [
# https://github.com/serde-rs/json/issues/160

View file

@ -1,4 +1,3 @@
msrv = "1.60"
avoid-breaking-exported-api = false
disallowed-methods = [
# https://github.com/serde-rs/json/issues/160