mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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::{
|
pub use hir_def::{
|
||||||
builtin_type::BuiltinType,
|
builtin_type::BuiltinType,
|
||||||
docs::Documentation,
|
docs::Documentation,
|
||||||
nameres::{per_ns::PerNs, raw::ImportId},
|
nameres::raw::ImportId,
|
||||||
path::{Path, PathKind},
|
path::{Path, PathKind},
|
||||||
type_ref::Mutability,
|
type_ref::Mutability,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue