aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/lib.rs
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-11-01 19:01:21 +0000
committerFlorian Diebold <[email protected]>2019-11-01 19:01:21 +0000
commit895238088417b292e35705e72182ff8cc3ab6f63 (patch)
treef560ab731b9da35902d3da720e19731b51ab62df /crates/ra_hir/src/lib.rs
parentb29092ade31d7ff37532649dfbe1dc811edf3651 (diff)
Change SourceAnalyzer method resoltion API
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 4cace432e..40f5562b4 100644
--- a/crates/ra_hir/src/lib.rs
+++ b/crates/ra_hir/src/lib.rs
@@ -76,8 +76,7 @@ pub use crate::{
76 resolve::ScopeDef, 76 resolve::ScopeDef,
77 source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer}, 77 source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
78 ty::{ 78 ty::{
79 display::HirDisplay, method_resolution::LookupMode, ApplicationTy, CallableDef, Substs, 79 display::HirDisplay, ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor, TypeWalk,
80 TraitRef, Ty, TypeCtor, TypeWalk,
81 }, 80 },
82}; 81};
83 82