From ac7a7499df4c21de001475d8acf8bf43ee46498d Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 29 Nov 2022 17:13:38 +1100 Subject: [PATCH] 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.) --- compiler/rustc_expand/src/build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/rustc_expand/src/build.rs b/compiler/rustc_expand/src/build.rs index 234cf1b315a2..c2a2326d3012 100644 --- a/compiler/rustc_expand/src/build.rs +++ b/compiler/rustc_expand/src/build.rs @@ -579,8 +579,6 @@ impl<'a> ExtCtxt<'a> { attrs: ast::AttrVec, kind: ast::ItemKind, ) -> P { - // FIXME: Would be nice if our generated code didn't violate - // Rust coding conventions P(ast::Item { ident: name, attrs,