Remove hir::GenericParam::attrs.

This commit is contained in:
Camille GILLOT 2020-11-27 18:01:40 +01:00
parent 7ea1eacb17
commit fd8a021757
2 changed files with 1 additions and 5 deletions

View file

@ -469,7 +469,6 @@ pub enum GenericParamKind<'hir> {
pub struct GenericParam<'hir> {
pub hir_id: HirId,
pub name: ParamName,
pub attrs: &'hir [Attribute],
pub bounds: GenericBounds<'hir>,
pub span: Span,
pub pure_wrt_drop: bool,