Skip to content

Commit

Permalink
Make RustAnalyzer check off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Jun 4, 2023
1 parent dc25fbe commit 1835d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ pub struct RustAnalyzer {
impl Step for RustAnalyzer {
type Output = ();
const ONLY_HOSTS: bool = true;
const DEFAULT: bool = true;
const DEFAULT: bool = false;

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

0 comments on commit 1835d03

Please sign in to comment.