Remove msrv field from .clippy.toml

Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
This commit is contained in:
Taiki Endo 2022-11-27 13:25:51 +09:00
parent a44d0b418a
commit e1d6664e5a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
msrv = "1.46"

View File

@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml and .clippy.toml.
# Rust version in Cargo.toml.
rust: ['1.46']
steps:
- uses: actions/checkout@v3