Remove #[rustc_macro_edition_2021].
It was only temporarily used by pin!(), which no longer needs it.
This commit is contained in:
parent
49e5e4e3a5
commit
5f4d676e70
7 changed files with 1 additions and 40 deletions
|
@ -191,7 +191,6 @@ pub enum AttributeKind {
|
|||
},
|
||||
MacroTransparency(Transparency),
|
||||
Repr(ThinVec<(ReprAttr, Span)>),
|
||||
RustcMacroEdition2021,
|
||||
Stability {
|
||||
stability: Stability,
|
||||
/// Span of the `#[stable(...)]` or `#[unstable(...)]` attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue