]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/fold.rs
miri: make --stage 0 testing work
[rust.git] / src / librustdoc / fold.rs
index 336448904d1652786a81bbb24ae9a04b75765997..c93897236db691f0e326052ac75837d25d285b18 100644 (file)
@@ -69,7 +69,7 @@ fn fold_inner_recur(&mut self, kind: ItemKind) -> ItemKind {
             | AssocConstItem(..)
             | TyAssocTypeItem(..)
             | AssocTypeItem(..)
-            | KeywordItem(_) => kind,
+            | KeywordItem => kind,
         }
     }