This commit is contained in:
Aleksey Kladov 2019-01-11 00:40:35 +03:00
parent cd00158b1d
commit 4bf6b91b9d
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,7 @@
mod cargo_workspace;
mod sysroot;
use std::{
path::{Path, PathBuf},
};
use std::path::{Path, PathBuf};
use failure::bail;
use thread_worker::{WorkerHandle, Worker};

View file

@ -1,6 +1,4 @@
use std::{
path::{Path, PathBuf},
};
use std::path::{Path, PathBuf};
use cargo_metadata::{metadata_run, CargoOpt};
use ra_syntax::SmolStr;