diff options
author | Edwin Cheng <[email protected]> | 2019-12-14 17:46:39 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-12-14 17:46:39 +0000 |
commit | b53587c7bdd67c63bd33a745fdaeb22a847b6c2f (patch) | |
tree | c4a73cb4d89ff6dce084f3b2af640e272b163319 /crates/ra_hir/src | |
parent | 61360fdfec981eadef1eefb595c8b32c951771e8 (diff) |
Re-export Origin to replace ExpansionOrigin
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 2bf729b6d..8b9562722 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -58,7 +58,6 @@ pub use hir_def::{ | |||
58 | type_ref::Mutability, | 58 | type_ref::Mutability, |
59 | }; | 59 | }; |
60 | pub use hir_expand::{ | 60 | pub use hir_expand::{ |
61 | name::Name, ExpansionOrigin, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, | 61 | name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, |
62 | MacroFile, | ||
63 | }; | 62 | }; |
64 | pub use hir_ty::{display::HirDisplay, CallableDef}; | 63 | pub use hir_ty::{display::HirDisplay, CallableDef}; |