Skip to content

Commit 2c30016

Browse files
authored
Merge pull request #157 from hornang/add-clippy-to-rust-toolchain-toml
Add `clippy` to `rust-toolchain.toml`
2 parents 17936cc + 7856537 commit 2c30016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# https://rust-lang.github.io/rustup-components-history
33
[toolchain]
44
channel = "1.85"
5-
components = [ "rustfmt" ]
5+
components = [ "rustfmt", "clippy" ]
66
targets = [ "thumbv7em-none-eabi" ]

0 commit comments

Comments
 (0)