Update rustfmt path

As per https://github.com/rust-lang/rust/pull/107297#discussion_r1092764740, the change broke the rust-analyzer config. Hence, changing the docs to match the new path
This commit is contained in:
Zephaniah Ong 2023-02-01 18:48:19 +08:00 committed by jyn
parent 343194d258
commit 118246c17e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ you can write: <!-- date-check: nov 2022 --><!-- the date comment is for the edi
"--json-output"
],
"rust-analyzer.rustfmt.overrideCommand": [
"./build/host/stage0/bin/rustfmt",
"./build/host/rustfmt/bin/rustfmt",
"--edition=2021"
],
"rust-analyzer.procMacro.server": "./build/host/stage0/libexec/rust-analyzer-proc-macro-srv",