From ec23030e16bdf3a020ca0b5839ed100b707ff744 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 6 Feb 2020 16:24:14 +0100 Subject: Add a fixme note --- crates/ra_ide_db/src/defs.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_ide_db/src/defs.rs') 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 @@ //! has a `visibility`, which defines a search scope. //! Note that the reference search is possible for not all of the classified items. +// FIXME: this badly needs rename/rewrite (matklad, 2020-02-06). + use hir::{ Adt, AssocItem, HasSource, ImplBlock, InFile, Local, MacroDef, Module, ModuleDef, SourceBinder, StructField, TypeParam, VariantDef, -- cgit v1.2.3