diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-02 18:21:42 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-02 18:21:42 +0100 |
commit | 6aa8d8b99da1641f1cbec6c767187dfdb7cee0dc (patch) | |
tree | 9da875edcdfe6e405073b4073e277e7928bcd36a /crates/ra_hir/src/lib.rs | |
parent | ae8fd982c05c4d825952c78d1b1d8a5cfba94e66 (diff) | |
parent | 8b7f58976b32ccc768e35151b77aa9ea004b7495 (diff) |
Merge #1369
1369: don't cache parses twice 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 f2a31795d..18dea5f17 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -60,7 +60,7 @@ pub use self::{ | |||
60 | path::{Path, PathKind}, | 60 | path::{Path, PathKind}, |
61 | name::Name, | 61 | name::Name, |
62 | source_id::{AstIdMap, ErasedFileAstId}, | 62 | source_id::{AstIdMap, ErasedFileAstId}, |
63 | ids::{HirFileId, MacroDefId, MacroCallId, MacroCallLoc}, | 63 | ids::{HirFileId, MacroDefId, MacroCallId, MacroCallLoc, MacroFile}, |
64 | nameres::{PerNs, Namespace, ImportId}, | 64 | nameres::{PerNs, Namespace, ImportId}, |
65 | ty::{Ty, ApplicationTy, TypeCtor, TraitRef, Substs, display::HirDisplay, CallableDef}, | 65 | ty::{Ty, ApplicationTy, TypeCtor, TraitRef, Substs, display::HirDisplay, CallableDef}, |
66 | impl_block::{ImplBlock, ImplItem}, | 66 | impl_block::{ImplBlock, ImplItem}, |