diff options
Diffstat (limited to 'crates/ra_flycheck')
-rw-r--r-- | crates/ra_flycheck/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_flycheck/src/lib.rs b/crates/ra_flycheck/src/lib.rs index 77ede8f63..38940a77b 100644 --- a/crates/ra_flycheck/src/lib.rs +++ b/crates/ra_flycheck/src/lib.rs | |||
@@ -243,7 +243,7 @@ impl fmt::Display for CargoError { | |||
243 | } | 243 | } |
244 | impl error::Error for CargoError {} | 244 | impl error::Error for CargoError {} |
245 | 245 | ||
246 | pub fn run_cargo( | 246 | fn run_cargo( |
247 | args: &[String], | 247 | args: &[String], |
248 | current_dir: Option<&Path>, | 248 | current_dir: Option<&Path>, |
249 | on_message: &mut dyn FnMut(cargo_metadata::Message) -> bool, | 249 | on_message: &mut dyn FnMut(cargo_metadata::Message) -> bool, |