Skip to content

Commit

Permalink
Auto merge of #38538 - estebank:outdated-fixme-3300, r=petrochenkov
Browse files Browse the repository at this point in the history
Remove outdated FIXME comment

Removed outdated FIXME comment referencing #3300 to allow anonymous items.
  • Loading branch information
bors committed Dec 22, 2016
2 parents c217ab6 + 39d6483 commit 17d873c
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
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
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 17d873c

Please sign in to comment.