Remove outdated FIXME comment

Removed FIXME comment referencing #3300.
This commit is contained in:
Esteban Küber 2016-12-22 00:38:10 -08:00
parent c217ab6c8d
commit 39d6483bc1
2 changed files with 0 additions and 6 deletions

View File

@ -1531,8 +1531,6 @@ pub struct ItemId {
pub id: NodeId,
}
// FIXME (#3300): Should allow items to be anonymous. Right now
// we just use dummy names for anon items.
/// An item
///
/// The name might be a dummy name in case of anonymous items

View File

@ -1759,10 +1759,6 @@ impl VariantData {
}
}
/*
FIXME (#3300): Should allow items to be anonymous. Right now
we just use dummy names for anon items.
*/
/// An item
///
/// The name might be a dummy name in case of anonymous items