diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-08 12:59:12 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-08 12:59:12 +0100 |
commit | bb55111c209a9d3a6249cab35308a506b7f22d53 (patch) | |
tree | 380c082f86c927b72c0bbda0ac2d9383c15df949 /crates/ra_hir/src/lib.rs | |
parent | 2a6b363b44e335af5f26ac503461ef15cca82ace (diff) | |
parent | ac64967872507bb921ad69fc50ac3475c1fc26f8 (diff) |
Merge #1385
1385: Refactor and queryfy documentation handling in HIR r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir/src/lib.rs')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 18dea5f17..0e4aaf678 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -69,7 +69,7 @@ pub use self::{ | |||
69 | expr::ExprScopes, | 69 | expr::ExprScopes, |
70 | resolve::Resolution, | 70 | resolve::Resolution, |
71 | generics::{GenericParams, GenericParam, HasGenericParams}, | 71 | generics::{GenericParams, GenericParam, HasGenericParams}, |
72 | source_binder::{SourceAnalyzer, PathResolution, ScopeEntryWithSyntax,MacroByExampleDef}, | 72 | source_binder::{SourceAnalyzer, PathResolution, ScopeEntryWithSyntax}, |
73 | }; | 73 | }; |
74 | 74 | ||
75 | pub use self::code_model::{ | 75 | pub use self::code_model::{ |