Auto merge of #38538 - estebank:outdated-fixme-3300, r=petrochenkov

Remove outdated FIXME comment

Removed outdated FIXME comment referencing #3300 to allow anonymous items.
This commit is contained in:
bors 2016-12-22 10:36:00 +00:00
commit 17d873c2db
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