We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd99ad commit e1760deCopy full SHA for e1760de
rust-toolchain.toml
@@ -0,0 +1,10 @@
1
+[toolchain]
2
+channel = "nightly"
3
+components = [
4
+ "rustc",
5
+ "cargo",
6
+ "rustfmt",
7
+ "clippy",
8
+ "rust-analyzer",
9
+]
10
+profile = "minimal"
0 commit comments