Skip to content

Commit ac7a749

Browse files
committed
Remove an out-of-date comment.
This comment dates back to at least 2013, and is no longer relevant. (There used to be an `allow` attribute, but that's no longer present.)
1 parent a709f87 commit ac7a749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_expand/src/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,6 @@ impl<'a> ExtCtxt<'a> {
579579
attrs: ast::AttrVec,
580580
kind: ast::ItemKind,
581581
) -> P<ast::Item> {
582-
// FIXME: Would be nice if our generated code didn't violate
583-
// Rust coding conventions
584582
P(ast::Item {
585583
ident: name,
586584
attrs,

0 commit comments

Comments
 (0)