misc: Add Rust toolchain config file

Make Rust-Analyzer use the nightly toolchain
This commit is contained in:
Kévin Commaille 2022-04-09 18:22:25 +02:00 committed by Julian Sparber
parent 6a705f40e1
commit 779c098b70
1 changed files with 3 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly"
components = ["rustfmt", "clippy"]