@@ -104,7 +104,7 @@ pub(super) fn print_item(
104104 clean:: StaticItem ( ..) | clean:: ForeignStaticItem ( ..) => "Static " ,
105105 clean:: ConstantItem ( ..) => "Constant " ,
106106 clean:: ForeignTypeItem => "Foreign Type " ,
107- clean:: KeywordItem ( .. ) => "Keyword " ,
107+ clean:: KeywordItem => "Keyword " ,
108108 clean:: OpaqueTyItem ( ..) => "Opaque Type " ,
109109 clean:: TraitAliasItem ( ..) => "Trait Alias " ,
110110 _ => {
@@ -175,7 +175,7 @@ pub(super) fn print_item(
175175 clean:: StaticItem ( ref i) | clean:: ForeignStaticItem ( ref i) => item_static ( buf, cx, item, i) ,
176176 clean:: ConstantItem ( ref c) => item_constant ( buf, cx, item, c) ,
177177 clean:: ForeignTypeItem => item_foreign_type ( buf, cx, item) ,
178- clean:: KeywordItem ( _ ) => item_keyword ( buf, cx, item) ,
178+ clean:: KeywordItem => item_keyword ( buf, cx, item) ,
179179 clean:: OpaqueTyItem ( ref e) => item_opaque_ty ( buf, cx, item, e) ,
180180 clean:: TraitAliasItem ( ref ta) => item_trait_alias ( buf, cx, item, ta) ,
181181 _ => {
0 commit comments