diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-24 09:41:32 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-24 09:41:32 +0000 |
commit | cfb085ded8d61d7b744d0a83ecbb3da254f6ab9f (patch) | |
tree | 18b34194e0d01f5c186bc69f50879c568237dcf0 /crates/ra_hir/src/lib.rs | |
parent | 6a0a4a564accb12b48e703245655e3e3a0637445 (diff) | |
parent | 9fe09db771aa3890ac8a0eeb1d9e6097060fad06 (diff) |
Merge #624
624: encapsulate hir locations 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 f517f71e0..87b5a8b8a 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -40,7 +40,7 @@ use crate::{ | |||
40 | pub use self::{ | 40 | pub use self::{ |
41 | path::{Path, PathKind}, | 41 | path::{Path, PathKind}, |
42 | name::Name, | 42 | name::Name, |
43 | ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc}, | 43 | ids::{HirFileId, DefId, DefLoc, MacroCallId, MacroCallLoc, HirInterner}, |
44 | macros::{MacroDef, MacroInput, MacroExpansion}, | 44 | macros::{MacroDef, MacroInput, MacroExpansion}, |
45 | nameres::{ItemMap, PerNs, Namespace, Resolution}, | 45 | nameres::{ItemMap, PerNs, Namespace, Resolution}, |
46 | ty::Ty, | 46 | ty::Ty, |