Remove obsolete FIXME

This commit is contained in:
Lukas Wirth 2020-12-17 13:40:11 +01:00
parent ce8ec28638
commit c8c58d81ec

View File

@ -1266,7 +1266,6 @@ pub fn parent(self, _db: &dyn HirDatabase) -> GenericDef {
}
}
// FIXME: rename from `ImplDef` to `Impl`
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub struct Impl {
pub(crate) id: ImplId,