Cleanup imports

This commit is contained in:
Aleksey Kladov 2019-11-23 15:48:45 +03:00
parent 8efc41e7f2
commit 6ec0b181c0

View file

@ -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,
}; };