Skip to content

Commit 7beefeb

Browse files
committed
Remove msrv field from .clippy.toml
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml. rust-lang/rust@b776fb8
1 parent 0ea39a6 commit 7beefeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.clippy.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
# When updating this, the reminder to update the minimum supported
43-
# Rust version in Cargo.toml and .clippy.toml.
43+
# Rust version in Cargo.toml.
4444
rust: ['1.39']
4545
steps:
4646
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)