@@ -38,8 +38,8 @@ use crate::attributes::stability::{
38
38
} ;
39
39
use crate :: attributes:: traits:: {
40
40
CoinductiveParser , ConstTraitParser , DenyExplicitImplParser , DoNotImplementViaObjectParser ,
41
- FundamentalParser , MarkerParser , SkipDuringMethodDispatchParser , SpecializationTraitParser ,
42
- TypeConstParser , UnsafeSpecializationMarkerParser ,
41
+ FundamentalParser , MarkerParser , ParenSugarParser , SkipDuringMethodDispatchParser ,
42
+ SpecializationTraitParser , TypeConstParser , UnsafeSpecializationMarkerParser ,
43
43
} ;
44
44
use crate :: attributes:: transparency:: TransparencyParser ;
45
45
use crate :: attributes:: { AttributeParser as _, Combine , Single , WithoutArgs } ;
@@ -154,6 +154,7 @@ attribute_parsers!(
154
154
Single <WithoutArgs <MayDangleParser >>,
155
155
Single <WithoutArgs <NoImplicitPreludeParser >>,
156
156
Single <WithoutArgs <NoMangleParser >>,
157
+ Single <WithoutArgs <ParenSugarParser >>,
157
158
Single <WithoutArgs <PassByValueParser >>,
158
159
Single <WithoutArgs <PubTransparentParser >>,
159
160
Single <WithoutArgs <SpecializationTraitParser >>,
0 commit comments