mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
cleanup imports
This commit is contained in:
parent
d751bd08bf
commit
6cf56b6615
@ -9,13 +9,10 @@ use std::{
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
use rustc_hash::FxHashMap;
|
||||
|
||||
use ra_db::{CrateGraph, Edition, FileId};
|
||||
|
||||
use serde_json::from_reader;
|
||||
|
||||
use relative_path::RelativePath;
|
||||
use rustc_hash::FxHashMap;
|
||||
use serde_json::from_reader;
|
||||
|
||||
pub use crate::{
|
||||
cargo_workspace::{CargoWorkspace, Package, Target, TargetKind},
|
||||
|
Loading…
Reference in New Issue
Block a user