Switch to using rust-toolchain.toml file

This commit is contained in:
Jonathan de Jong 2021-08-17 15:30:24 +02:00 committed by GitHub
parent 47e09c471d
commit 1eb50937d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1 +0,0 @@
nightly

3
rust-toolchain.toml Normal file
View file

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