Skip to content

Commit 39d6483

Browse files
committed
Remove outdated FIXME comment
Removed FIXME comment referencing #3300.
1 parent c217ab6 commit 39d6483

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/librustc/hir/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,6 @@ pub struct ItemId {
15311531
pub id: NodeId,
15321532
}
15331533

1534-
// FIXME (#3300): Should allow items to be anonymous. Right now
1535-
// we just use dummy names for anon items.
15361534
/// An item
15371535
///
15381536
/// The name might be a dummy name in case of anonymous items

src/libsyntax/ast.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1759,10 +1759,6 @@ impl VariantData {
17591759
}
17601760
}
17611761

1762-
/*
1763-
FIXME (#3300): Should allow items to be anonymous. Right now
1764-
we just use dummy names for anon items.
1765-
*/
17661762
/// An item
17671763
///
17681764
/// The name might be a dummy name in case of anonymous items

0 commit comments

Comments
 (0)