Skip to content

Commit 1835d03

Browse files
committed
Make RustAnalyzer check off by default
1 parent dc25fbe commit 1835d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/check.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ pub struct RustAnalyzer {
347347
impl Step for RustAnalyzer {
348348
type Output = ();
349349
const ONLY_HOSTS: bool = true;
350-
const DEFAULT: bool = true;
350+
const DEFAULT: bool = false;
351351

352352
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
353353
run.path("src/tools/rust-analyzer")

0 commit comments

Comments
 (0)