aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/lib.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-10-30 15:56:20 +0000
committerAleksey Kladov <[email protected]>2019-10-30 15:56:20 +0000
commit872ac566bfc6cf43ac55354cf5223b962dbc1d92 (patch)
tree187da15a51e06cd3936d3f8c8e823f70c363a555 /crates/ra_hir/src/lib.rs
parentb05d6e53fb0e9a008dc2e1220b1201818e63ed2d (diff)
push name down to hir_expand
Diffstat (limited to 'crates/ra_hir/src/lib.rs')
-rw-r--r--crates/ra_hir/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs
index 989818c0e..603b0c3dc 100644
--- a/crates/ra_hir/src/lib.rs
+++ b/crates/ra_hir/src/lib.rs
@@ -81,8 +81,7 @@ pub use crate::{
81}; 81};
82 82
83pub use hir_def::{ 83pub use hir_def::{
84 name::Name,
85 path::{Path, PathKind}, 84 path::{Path, PathKind},
86 type_ref::Mutability, 85 type_ref::Mutability,
87}; 86};
88pub use hir_expand::either::Either; 87pub use hir_expand::{either::Either, name::Name};