Skip to content

Commit 36e51a4

Browse files
Ensure rust-analyzer matches rust version
1 parent 64e3e11 commit 36e51a4

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
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "1.80.1"
3-
components = [ "rustfmt" ]
3+
components = ["rustfmt", "rust-analyzer", "clippy"]

0 commit comments

Comments
 (0)