diff options
author | Aleksey Kladov <[email protected]> | 2020-02-06 15:24:14 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-06 15:24:14 +0000 |
commit | ec23030e16bdf3a020ca0b5839ed100b707ff744 (patch) | |
tree | 9ceb41f5ca00914ca34183c2b17ab82d4e50529c /crates/ra_ide_db | |
parent | 271017e6bf5b5f46464d09db7fc869c92998fc80 (diff) |
Add a fixme note
Diffstat (limited to 'crates/ra_ide_db')
-rw-r--r-- | crates/ra_ide_db/src/defs.rs | 2 |
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 | |||
6 | use hir::{ | 8 | use 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, |