We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc25fbe commit 1835d03Copy full SHA for 1835d03
src/bootstrap/check.rs
@@ -347,7 +347,7 @@ pub struct RustAnalyzer {
347
impl Step for RustAnalyzer {
348
type Output = ();
349
const ONLY_HOSTS: bool = true;
350
- const DEFAULT: bool = true;
+ const DEFAULT: bool = false;
351
352
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
353
run.path("src/tools/rust-analyzer")
0 commit comments