mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
Cleanup imports
This commit is contained in:
parent
8efc41e7f2
commit
6ec0b181c0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ pub use crate::{
|
|||
pub use hir_def::{
|
||||
builtin_type::BuiltinType,
|
||||
docs::Documentation,
|
||||
nameres::{per_ns::PerNs, raw::ImportId},
|
||||
nameres::raw::ImportId,
|
||||
path::{Path, PathKind},
|
||||
type_ref::Mutability,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue