about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-12-22 10:36:00 +0000
committerbors <bors@rust-lang.org>2016-12-22 10:36:00 +0000
commit17d873c2db77d029b8fe26d57b676e5797e99441 (patch)
tree2328c08d711b17dcded91301e5717a7fb5183664 /src/libsyntax
parentc217ab6c8dc1a305304b00a414be5f39ea6a2c81 (diff)
parent39d6483bc1156190b0c3296049e887b0f4adfd8c (diff)
downloadrust-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.rs4
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