Skip to content

Commit

Permalink
Remove msrv field from .clippy.toml
Browse files Browse the repository at this point in the history
Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
rust-lang/rust@b776fb8
  • Loading branch information
taiki-e committed Dec 28, 2022
1 parent 0ea39a6 commit 7beefeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .clippy.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.39']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7beefeb

Please sign in to comment.