Make RustAnalyzer check off by default
This commit is contained in:
parent
dc25fbe984
commit
1835d0333b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue