Switch to using rust-toolchain.toml
file
This commit is contained in:
parent
47e09c471d
commit
1eb50937d5
2 changed files with 3 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
nightly
|
3
rust-toolchain.toml
Normal file
3
rust-toolchain.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = ["rustfmt", "clippy"]
|
Loading…
Reference in a new issue