Remove hir::Param::attrs.
This commit is contained in:
parent
96788df68c
commit
a0a4611a81
4 changed files with 3 additions and 5 deletions
|
@ -2421,7 +2421,6 @@ pub struct LlvmInlineAsm<'hir> {
|
|||
/// Represents a parameter in a function header.
|
||||
#[derive(Debug, HashStable_Generic)]
|
||||
pub struct Param<'hir> {
|
||||
pub attrs: &'hir [Attribute],
|
||||
pub hir_id: HirId,
|
||||
pub pat: &'hir Pat<'hir>,
|
||||
pub ty_span: Span,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue