@@ -17,9 +17,8 @@ use crate::attributes::allow_unstable::{
17
17
AllowConstFnUnstableParser , AllowInternalUnstableParser , UnstableFeatureBoundParser ,
18
18
} ;
19
19
use crate :: attributes:: codegen_attrs:: {
20
- ColdParser , CoverageParser , ExportNameParser , NakedParser , NoMangleParser ,
21
- OmitGdbPrettyPrinterSectionParser , OptimizeParser , TargetFeatureParser , TrackCallerParser ,
22
- UsedParser ,
20
+ ColdParser , CoverageParser , ExportNameParser , NakedParser , NoMangleParser , OptimizeParser ,
21
+ TargetFeatureParser , TrackCallerParser , UsedParser ,
23
22
} ;
24
23
use crate :: attributes:: confusables:: ConfusablesParser ;
25
24
use crate :: attributes:: deprecation:: DeprecationParser ;
@@ -187,7 +186,6 @@ attribute_parsers!(
187
186
Single <WithoutArgs <NoImplicitPreludeParser >>,
188
187
Single <WithoutArgs <NoMangleParser >>,
189
188
Single <WithoutArgs <NonExhaustiveParser >>,
190
- Single <WithoutArgs <OmitGdbPrettyPrinterSectionParser >>,
191
189
Single <WithoutArgs <ParenSugarParser >>,
192
190
Single <WithoutArgs <PassByValueParser >>,
193
191
Single <WithoutArgs <PointeeParser >>,
0 commit comments