Skip to content

Commit 936537d

Browse files
committed
Remove .clippy.toml
Clippy now respects `rust-version` field in Cargo.toml. rust-lang/rust-clippy@b776fb8
1 parent 4c09638 commit 936537d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.clippy.toml

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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
matrix:
7070
rust:
7171
# This is the minimum Rust version supported by futures-core, futures-io, futures-sink.
72-
# When updating this, the reminder to update the minimum required version in README.md, Cargo.toml, and .clippy.toml.
73-
- 1.36
72+
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
73+
- '1.36'
7474
runs-on: ubuntu-latest
7575
steps:
7676
- uses: actions/checkout@v2
@@ -102,7 +102,7 @@ jobs:
102102
rust:
103103
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
104104
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
105-
- 1.45
105+
- '1.45'
106106
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)