Remove hir::Crate::attrs.
This commit is contained in:
@@ -629,7 +629,6 @@ pub struct ModuleItems {
|
||||
#[derive(Encodable, Debug, HashStable_Generic)]
|
||||
pub struct CrateItem<'hir> {
|
||||
pub module: Mod<'hir>,
|
||||
pub attrs: &'hir [Attribute],
|
||||
pub span: Span,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user