Skip to content

Commit c97f571

Browse files
zephaniahongjyn514
authored andcommitted
Update rustfmt path
As per rust-lang/rust#107297 (comment), the change broke the rust-analyzer config. Hence, changing the docs to match the new path
1 parent c42c13e commit c97f571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/suggested.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you can write: <!-- date-check: nov 2022 --><!-- the date comment is for the edi
3434
"--json-output"
3535
],
3636
"rust-analyzer.rustfmt.overrideCommand": [
37-
"./build/host/stage0/bin/rustfmt",
37+
"./build/host/rustfmt/bin/rustfmt",
3838
"--edition=2021"
3939
],
4040
"rust-analyzer.procMacro.server": "./build/host/stage0/libexec/rust-analyzer-proc-macro-srv",

0 commit comments

Comments
 (0)