about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2016-12-22 00:38:10 -0800
committerEsteban Küber <esteban@kuber.com.ar>2016-12-22 00:38:10 -0800
commit39d6483bc1156190b0c3296049e887b0f4adfd8c (patch)
tree2328c08d711b17dcded91301e5717a7fb5183664 /src/libsyntax
parentc217ab6c8dc1a305304b00a414be5f39ea6a2c81 (diff)
downloadrust-39d6483bc1156190b0c3296049e887b0f4adfd8c.tar.gz
rust-39d6483bc1156190b0c3296049e887b0f4adfd8c.zip
Remove outdated FIXME comment
Removed FIXME comment referencing #3300.
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