RA config: disable default features for faster build script build

This commit is contained in:
Ralf Jung 2025-07-18 10:09:49 +02:00
parent 24ea3e22d3
commit cc6bc7af23
2 changed files with 2 additions and 0 deletions

View file

@ -26,5 +26,6 @@ invocationStrategy = "once"
overrideCommand = [
"./miri",
"check",
"--no-default-features",
"--message-format=json",
]

View file

@ -20,6 +20,7 @@
"rust-analyzer.cargo.buildScripts.overrideCommand": [
"./miri",
"check",
"--no-default-features",
"--message-format=json",
],
}