Skip to content

Commit ef27484

Browse files
committed
Add clippy.toml
This tells clippy to only suggest lints which are possible with the current MSRV Also do use the stable clippy toolchain instead of nightly.
1 parent dfb5df4 commit ef27484

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv = "1.50"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v2
104104
- uses: actions-rs/toolchain@v1
105105
with:
106-
toolchain: nightly
106+
toolchain: stable
107107
target: thumbv7em-none-eabihf
108108
override: true
109109
profile: minimal

0 commit comments

Comments
 (0)