diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-07-21 16:05:17 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-07-21 16:05:17 +0200 |
| commit | 8e150816c2098f568717f4ebe5d0ac193671ae5b (patch) | |
| tree | d0eb0a841b2b383f90088786a0a2d10f9da3108c /src/librustdoc/fold.rs | |
| parent | d60d88fe5cd55496b9ccb1511a9af4994b7c43d0 (diff) | |
| download | rust-8e150816c2098f568717f4ebe5d0ac193671ae5b.tar.gz rust-8e150816c2098f568717f4ebe5d0ac193671ae5b.zip | |
Remove unused field in ItemKind::KeywordItem
Diffstat (limited to 'src/librustdoc/fold.rs')
| -rw-r--r-- | src/librustdoc/fold.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/fold.rs b/src/librustdoc/fold.rs index 336448904d1..c93897236db 100644 --- a/src/librustdoc/fold.rs +++ b/src/librustdoc/fold.rs @@ -69,7 +69,7 @@ pub(crate) trait DocFolder: Sized { | AssocConstItem(..) | TyAssocTypeItem(..) | AssocTypeItem(..) - | KeywordItem(_) => kind, + | KeywordItem => kind, } } |
