diff options
author | Zac Pullar-Strecker <[email protected]> | 2020-06-15 03:47:33 +0100 |
---|---|---|
committer | Zac Pullar-Strecker <[email protected]> | 2020-06-30 09:10:23 +0100 |
commit | 6bba4158cb8938af6e9b128c2c01b15415d502ad (patch) | |
tree | cf8fc40c791e3f7259e4a6b7cafacb433b56552f /crates/ra_hir/src | |
parent | 1d6f291335c58aac95c1124f55d7fb0834baff2a (diff) |
Switch to pulldown-cmark, tidy imports
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 3364a822f..fe34b30bc 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -66,12 +66,14 @@ pub use hir_def::{ | |||
66 | body::scope::ExprScopes, | 66 | body::scope::ExprScopes, |
67 | builtin_type::BuiltinType, | 67 | builtin_type::BuiltinType, |
68 | docs::Documentation, | 68 | docs::Documentation, |
69 | item_scope::ItemInNs, | ||
69 | nameres::ModuleSource, | 70 | nameres::ModuleSource, |
70 | path::{ModPath, Path, PathKind}, | 71 | path::{ModPath, Path, PathKind}, |
71 | type_ref::Mutability, | 72 | type_ref::Mutability, |
72 | }; | 73 | }; |
73 | pub use hir_expand::{ | 74 | pub use hir_expand::{ |
74 | hygiene::Hygiene, name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, | 75 | hygiene::Hygiene, |
75 | MacroFile, Origin, | 76 | name::{AsName, Name}, |
77 | HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, | ||
76 | }; | 78 | }; |
77 | pub use hir_ty::{display::HirDisplay, CallableDef}; | 79 | pub use hir_ty::{display::HirDisplay, CallableDef}; |