diff options
| author | bors <bors@rust-lang.org> | 2016-12-22 10:36:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-12-22 10:36:00 +0000 |
| commit | 17d873c2db77d029b8fe26d57b676e5797e99441 (patch) | |
| tree | 2328c08d711b17dcded91301e5717a7fb5183664 /src/libsyntax | |
| parent | c217ab6c8dc1a305304b00a414be5f39ea6a2c81 (diff) | |
| parent | 39d6483bc1156190b0c3296049e887b0f4adfd8c (diff) | |
| download | rust-17d873c2db77d029b8fe26d57b676e5797e99441.tar.gz rust-17d873c2db77d029b8fe26d57b676e5797e99441.zip | |
Auto merge of #38538 - estebank:outdated-fixme-3300, r=petrochenkov
Remove outdated FIXME comment Removed outdated FIXME comment referencing #3300 to allow anonymous items.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index fdd82225b97..eb409b6cc11 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -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 |
