Move Namespace enum closer to usage

This commit is contained in:
Aleksey Kladov 2019-11-04 23:02:35 +03:00
parent 50364bd478
commit 739babc391
9 changed files with 29 additions and 26 deletions

View file

@ -81,10 +81,7 @@ pub use crate::{
pub use hir_def::{
builtin_type::BuiltinType,
nameres::{
per_ns::{Namespace, PerNs},
raw::ImportId,
},
nameres::{per_ns::PerNs, raw::ImportId},
path::{Path, PathKind},
type_ref::Mutability,
};