mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Reduce deps
This commit is contained in:
parent
37a01de42c
commit
8d27829781
4 changed files with 40 additions and 39 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue