Skip to content
Snippets Groups Projects

add rust-analyzer to the toolchain

Merged STEVAN Antoine requested to merge add-rust-analyzer-to-toolchain into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
[toolchain]
profile = "minimal"
channel = "1.78"
components = ["rustfmt", "clippy"]
components = ["rustfmt", "clippy", "rust-analyzer"]
Loading