Skip to content

Commit

Permalink
Remove outdated FIXME comment
Browse files Browse the repository at this point in the history
Removed FIXME comment referencing rust-lang#3300.
  • Loading branch information
estebank committed Dec 22, 2016
1 parent c217ab6 commit 39d6483
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/librustc/hir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions src/libsyntax/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39d6483

Please sign in to comment.