@@ -17,9 +17,8 @@ use crate::attributes::allow_unstable::{
1717 AllowConstFnUnstableParser , AllowInternalUnstableParser , UnstableFeatureBoundParser ,
1818} ;
1919use 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 ,
2322} ;
2423use crate :: attributes:: confusables:: ConfusablesParser ;
2524use crate :: attributes:: deprecation:: DeprecationParser ;
@@ -187,7 +186,6 @@ attribute_parsers!(
187186 Single <WithoutArgs <NoImplicitPreludeParser >>,
188187 Single <WithoutArgs <NoMangleParser >>,
189188 Single <WithoutArgs <NonExhaustiveParser >>,
190- Single <WithoutArgs <OmitGdbPrettyPrinterSectionParser >>,
191189 Single <WithoutArgs <ParenSugarParser >>,
192190 Single <WithoutArgs <PassByValueParser >>,
193191 Single <WithoutArgs <PointeeParser >>,
0 commit comments