Skip to content

Commit

Permalink
added clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed Mar 18, 2024
1 parent 290f3e6 commit 01a2316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
channel = "nightly-2024-03-17"
components = ["rustc", "cargo", "rust-std", "rustfmt"]
components = ["rustc", "cargo", "rust-std", "rustfmt", "clippy"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
Expand Down

0 comments on commit 01a2316

Please sign in to comment.