We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ef9da commit 56f6bdbCopy full SHA for 56f6bdb
src/building/suggested.md
@@ -32,8 +32,8 @@ you can write: <!-- date: 2021-09 --><!-- the date comment is for the edition be
32
"--json-output"
33
],
34
"rust-analyzer.rustfmt.overrideCommand": [
35
- "./build/TARGET_TRIPLE/stage0/bin/rustfmt",
36
- "--edition=2018"
+ "./build/TARGET_TRIPLE/stage0/bin/rustfmt",
+ "--edition=2018"
37
38
"editor.formatOnSave": true,
39
"rust-analyzer.cargo.runBuildScripts": false,
0 commit comments