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 15:58:58 +09:00
parent 7c07f0f090
commit c364256674
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -39,7 +39,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.36']
steps:
- uses: actions/checkout@v3