Skip to content

Commit 504c21b

Browse files
committed
fix: add clippy and rustfmt for CI to work
1 parent 86a351b commit 504c21b

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,4 +2,4 @@
22

33
[toolchain]
44
channel = "nightly-2026-02-20"
5-
components = ["llvm-tools", "rustc-dev", "rust-src"]
5+
components = ["rustfmt", "clippy", "llvm-tools", "rustc-dev", "rust-src"]

0 commit comments

Comments
 (0)