Reduce deps

This commit is contained in:
Aleksey Kladov 2020-03-31 18:43:22 +02:00
parent 37a01de42c
commit 8d27829781
4 changed files with 40 additions and 39 deletions

View file

@ -243,7 +243,7 @@ impl fmt::Display for CargoError {
}
impl error::Error for CargoError {}
pub fn run_cargo(
fn run_cargo(
args: &[String],
current_dir: Option<&Path>,
on_message: &mut dyn FnMut(cargo_metadata::Message) -> bool,