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 16:00:25 +09:00
parent 8e97a4477e
commit 10a00cff81
2 changed files with 1 additions and 2 deletions

View File

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

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.47']
steps:
- uses: actions/checkout@v3