Skip to content

Commit b5260c6

Browse files
authored
leave formatOnSave to the user (rust-lang#1380)
1 parent f7e0b2f commit b5260c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/rustc-dev-guide/src/building/suggested.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
3636
"./build/$TARGET_TRIPLE/stage0/bin/rustfmt",
3737
"--edition=2021"
3838
],
39-
"editor.formatOnSave": true,
39+
"rust-analyzer.procMacro.enable": true,
4040
"rust-analyzer.cargo.buildScripts.enable": true,
4141
"rust-analyzer.cargo.buildScripts.overrideCommand": [
4242
"cargo",
@@ -46,7 +46,6 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
4646
"--message-format=json"
4747
],
4848
"rust-analyzer.rustc.source": "./Cargo.toml",
49-
"rust-analyzer.procMacro.enable": true,
5049
}
5150
```
5251

0 commit comments

Comments
 (0)