mirror of https://github.com/rust-lang/rust.git
parent
c217ab6c8d
commit
39d6483bc1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue