mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:38:27 +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