Add a fixme note

This commit is contained in:
Aleksey Kladov 2020-02-06 16:24:14 +01:00
parent 271017e6bf
commit ec23030e16

View file

@ -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,