aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_hir/src/lib.rs')
-rw-r--r--crates/ra_hir/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs
index 5eb2f32bd..a9db23060 100644
--- a/crates/ra_hir/src/lib.rs
+++ b/crates/ra_hir/src/lib.rs
@@ -65,9 +65,9 @@ pub use self::{
65 impl_block::{ImplBlock, ImplItem}, 65 impl_block::{ImplBlock, ImplItem},
66 docs::{Docs, Documentation}, 66 docs::{Docs, Documentation},
67 adt::AdtDef, 67 adt::AdtDef,
68 expr::{ExprScopes, ScopeEntryWithSyntax}, 68 expr::ExprScopes,
69 resolve::Resolution, 69 resolve::Resolution,
70 source_binder::{SourceAnalyzer, PathResolution}, 70 source_binder::{SourceAnalyzer, PathResolution, ScopeEntryWithSyntax},
71}; 71};
72 72
73pub use self::code_model_api::{ 73pub use self::code_model_api::{