1
Fork 0

Remove #[rustc_macro_edition_2021].

It was only temporarily used by pin!(), which no longer needs it.
This commit is contained in:
Mara Bos 2025-04-16 23:35:33 +02:00
parent 49e5e4e3a5
commit 5f4d676e70
7 changed files with 1 additions and 40 deletions

View file

@ -191,7 +191,6 @@ pub enum AttributeKind {
},
MacroTransparency(Transparency),
Repr(ThinVec<(ReprAttr, Span)>),
RustcMacroEdition2021,
Stability {
stability: Stability,
/// Span of the `#[stable(...)]` or `#[unstable(...)]` attribute