mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
minor
This commit is contained in:
parent
cd00158b1d
commit
4bf6b91b9d
2 changed files with 2 additions and 6 deletions
|
@ -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};
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
use std::{
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
use cargo_metadata::{metadata_run, CargoOpt};
|
||||
use ra_syntax::SmolStr;
|
||||
|
|
Loading…
Reference in a new issue