Skip to content

Commit 83d2bff

Browse files
committed
RA config: disable default features for faster build script build
1 parent d8575fb commit 83d2bff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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
]

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)