mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
minor
This commit is contained in:
parent
cd00158b1d
commit
4bf6b91b9d
@ -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 New Issue
Block a user