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.)
This commit is contained in:
parent
a709f87be7
commit
ac7a7499df
@ -579,8 +579,6 @@ impl<'a> ExtCtxt<'a> {
|
||||
attrs: ast::AttrVec,
|
||||
kind: ast::ItemKind,
|
||||
) -> P<ast::Item> {
|
||||
// FIXME: Would be nice if our generated code didn't violate
|
||||
// Rust coding conventions
|
||||
P(ast::Item {
|
||||
ident: name,
|
||||
attrs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user