mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
61115cd753
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