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
1 changed files with 0 additions and 2 deletions
|
@ -579,8 +579,6 @@ impl<'a> ExtCtxt<'a> {
|
||||||
attrs: ast::AttrVec,
|
attrs: ast::AttrVec,
|
||||||
kind: ast::ItemKind,
|
kind: ast::ItemKind,
|
||||||
) -> P<ast::Item> {
|
) -> P<ast::Item> {
|
||||||
// FIXME: Would be nice if our generated code didn't violate
|
|
||||||
// Rust coding conventions
|
|
||||||
P(ast::Item {
|
P(ast::Item {
|
||||||
ident: name,
|
ident: name,
|
||||||
attrs,
|
attrs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue