aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide_db/src/defs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/defs.rs b/crates/ra_ide_db/src/defs.rs
index 1c983fb60..cee6dde8e 100644
--- a/crates/ra_ide_db/src/defs.rs
+++ b/crates/ra_ide_db/src/defs.rs
@@ -3,6 +3,8 @@
3//! has a `visibility`, which defines a search scope. 3//! has a `visibility`, which defines a search scope.
4//! Note that the reference search is possible for not all of the classified items. 4//! Note that the reference search is possible for not all of the classified items.
5 5
6// FIXME: this badly needs rename/rewrite (matklad, 2020-02-06).
7
6use hir::{ 8use hir::{
7 Adt, AssocItem, HasSource, ImplBlock, InFile, Local, MacroDef, Module, ModuleDef, SourceBinder, 9 Adt, AssocItem, HasSource, ImplBlock, InFile, Local, MacroDef, Module, ModuleDef, SourceBinder,
8 StructField, TypeParam, VariantDef, 10 StructField, TypeParam, VariantDef,