mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Pull enabled check up
This commit is contained in:
parent
fae6cecf54
commit
dda942debe
3 changed files with 12 additions and 11 deletions
|
@ -24,7 +24,6 @@ pub use crate::conv::url_from_path_with_drive_lowercasing;
|
|||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct CheckConfig {
|
||||
pub enable: bool,
|
||||
pub args: Vec<String>,
|
||||
pub command: String,
|
||||
pub all_targets: bool,
|
||||
|
@ -216,9 +215,6 @@ impl CheckWatcherThread {
|
|||
// First, clear and cancel the old thread
|
||||
self.message_recv = never();
|
||||
self.check_process = None;
|
||||
if !self.options.enable {
|
||||
return;
|
||||
}
|
||||
|
||||
let mut args: Vec<String> = vec![
|
||||
self.options.command.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue