mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
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:
commit
17d873c2db
@ -1531,8 +1531,6 @@ pub struct ItemId {
|
|||||||
pub id: NodeId,
|
pub id: NodeId,
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME (#3300): Should allow items to be anonymous. Right now
|
|
||||||
// we just use dummy names for anon items.
|
|
||||||
/// An item
|
/// An item
|
||||||
///
|
///
|
||||||
/// The name might be a dummy name in case of anonymous items
|
/// The name might be a dummy name in case of anonymous items
|
||||||
|
@ -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
|
/// An item
|
||||||
///
|
///
|
||||||
/// The name might be a dummy name in case of anonymous items
|
/// The name might be a dummy name in case of anonymous items
|
||||||
|
Loading…
Reference in New Issue
Block a user