@@ -104,7 +104,7 @@ pub(super) fn print_item(
104
104
clean:: StaticItem ( ..) | clean:: ForeignStaticItem ( ..) => "Static " ,
105
105
clean:: ConstantItem ( ..) => "Constant " ,
106
106
clean:: ForeignTypeItem => "Foreign Type " ,
107
- clean:: KeywordItem ( .. ) => "Keyword " ,
107
+ clean:: KeywordItem => "Keyword " ,
108
108
clean:: OpaqueTyItem ( ..) => "Opaque Type " ,
109
109
clean:: TraitAliasItem ( ..) => "Trait Alias " ,
110
110
_ => {
@@ -175,7 +175,7 @@ pub(super) fn print_item(
175
175
clean:: StaticItem ( ref i) | clean:: ForeignStaticItem ( ref i) => item_static ( buf, cx, item, i) ,
176
176
clean:: ConstantItem ( ref c) => item_constant ( buf, cx, item, c) ,
177
177
clean:: ForeignTypeItem => item_foreign_type ( buf, cx, item) ,
178
- clean:: KeywordItem ( _ ) => item_keyword ( buf, cx, item) ,
178
+ clean:: KeywordItem => item_keyword ( buf, cx, item) ,
179
179
clean:: OpaqueTyItem ( ref e) => item_opaque_ty ( buf, cx, item, e) ,
180
180
clean:: TraitAliasItem ( ref ta) => item_trait_alias ( buf, cx, item, ta) ,
181
181
_ => {
0 commit comments