Skip to content

Commit

Permalink
Update editor-support.md (#43)
Browse files Browse the repository at this point in the history
servo/servo#34481

Signed-off-by: Samson <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev authored Dec 12, 2024
1 parent 379e22a commit 772e978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hacking/editor-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Because of this, and because Servo can currently only be built with `mach`, you
"rust-analyzer.rustfmt.overrideCommand": [ "./mach", "fmt" ],
"rust-analyzer.check.overrideCommand": [
"./mach", "cargo-clippy", "--message-format=json" ],
"./mach", "clippy", "--message-format=json" ],
"rust-analyzer.cargo.buildScripts.overrideCommand": [
"./mach", "cargo-clippy", "--message-format=json" ],
"./mach", "clippy", "--message-format=json" ],
}
```

Expand Down

0 comments on commit 772e978

Please sign in to comment.