Remove hir::GenericParam::attrs.
This commit is contained in:
parent
7ea1eacb17
commit
fd8a021757
2 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue