diff options
author | Kirill Bulatov <[email protected]> | 2020-01-27 12:42:45 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-01-27 12:42:45 +0000 |
commit | 9be1ab7ff948d89334a8acbc309c8235d4ab374f (patch) | |
tree | f67692bfdc8a89f3627507cbbc43d4bece823428 /crates/ra_hir/src | |
parent | 9a6b5c6183b2d7aa3d577c3fb12d519721f4a4d0 (diff) |
Code review fixes
Diffstat (limited to 'crates/ra_hir/src')
-rw-r--r-- | crates/ra_hir/src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/ra_hir/src/lib.rs b/crates/ra_hir/src/lib.rs index 2cfeaba72..9e2673d13 100644 --- a/crates/ra_hir/src/lib.rs +++ b/crates/ra_hir/src/lib.rs | |||
@@ -56,10 +56,9 @@ pub use hir_def::{ | |||
56 | nameres::ModuleSource, | 56 | nameres::ModuleSource, |
57 | path::{ModPath, Path, PathKind}, | 57 | path::{ModPath, Path, PathKind}, |
58 | type_ref::Mutability, | 58 | type_ref::Mutability, |
59 | ModuleDefId, | 59 | ModuleDefId, // FIXME this is exposed and should be used for implementing the `TestImportsLocator` in `ra_assists` only, should be removed later along with the trait and the implementation. |
60 | }; | 60 | }; |
61 | pub use hir_expand::{ | 61 | pub use hir_expand::{ |
62 | name::{AsName, Name}, | 62 | name::Name, HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, |
63 | HirFileId, InFile, MacroCallId, MacroCallLoc, MacroDefId, MacroFile, Origin, | ||
64 | }; | 63 | }; |
65 | pub use hir_ty::{display::HirDisplay, CallableDef}; | 64 | pub use hir_ty::{display::HirDisplay, CallableDef}; |