Skip to content

Commit 6a43c00

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 d5bd8be commit 6a43c00

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
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
# When updating this, the reminder to update the minimum supported
47-
# Rust version in Cargo.toml and .clippy.toml.
47+
# Rust version in Cargo.toml.
4848
rust: ['1.47']
4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)