Skip to content

Commit ec23030

Browse files
committed
Add a fixme note
1 parent 271017e commit ec23030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ra_ide_db/src/defs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//! has a `visibility`, which defines a search scope.
44
//! Note that the reference search is possible for not all of the classified items.
55
6+
// FIXME: this badly needs rename/rewrite (matklad, 2020-02-06).
7+
68
use hir::{
79
Adt, AssocItem, HasSource, ImplBlock, InFile, Local, MacroDef, Module, ModuleDef, SourceBinder,
810
StructField, TypeParam, VariantDef,

0 commit comments

Comments
 (0)