Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 392342f

Browse files
committed
Avoid rustformatting on autosave
1 parent ed76d20 commit 392342f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,15 @@ to `.vscode/settings.json` in your local Miri clone:
168168
"./cargo-miri/Cargo.toml"
169169
],
170170
"rust-analyzer.checkOnSave.overrideCommand": [
171+
"env",
172+
"AUTO_OPS=42",
171173
"./miri",
172174
"check",
173175
"--message-format=json"
174176
],
175177
"rust-analyzer.buildScripts.overrideCommand": [
178+
"env",
179+
"AUTO_OPS=42",
176180
"./miri",
177181
"check",
178182
"--message-format=json",

0 commit comments

Comments
 (0)