Skip to content

Commit cc6bc7a

Browse files
committed
RA config: disable default features for faster build script build
1 parent 24ea3e2 commit cc6bc7a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/miri/etc/rust_analyzer_helix.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ invocationStrategy = "once"
2626
overrideCommand = [
2727
"./miri",
2828
"check",
29+
"--no-default-features",
2930
"--message-format=json",
3031
]

src/tools/miri/etc/rust_analyzer_vscode.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"rust-analyzer.cargo.buildScripts.overrideCommand": [
2121
"./miri",
2222
"check",
23+
"--no-default-features",
2324
"--message-format=json",
2425
],
2526
}

0 commit comments

Comments
 (0)