Skip to content

Commit

Permalink
add union to supported item kinds
Browse files Browse the repository at this point in the history
  • Loading branch information
fprasx committed Jan 11, 2024
1 parent da6c4d0 commit 0e562b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ pub(crate) fn supported_item_kind(item: &Item) -> bool {
| rustdoc_types::ItemEnum::StructField(..)
| rustdoc_types::ItemEnum::Enum(..)
| rustdoc_types::ItemEnum::Variant(..)
| rustdoc_types::ItemEnum::Union(..)
| rustdoc_types::ItemEnum::Function(..)
| rustdoc_types::ItemEnum::Impl(..)
| rustdoc_types::ItemEnum::Trait(..)
Expand Down

0 comments on commit 0e562b7

Please sign in to comment.