mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-09 21:58:00 +00:00

added TraitAlias to check_item() for missing_docs As in issue #111025 the `missing_docs` was not being triggered for trait aliases. I added `TraitAlias` to the pattern match for check_item(), and the lint seems to be behaving appropriately