mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
2a32abbcde
rustdoc: Only look at blanket impls in `get_blanket_impls` The idea here is that all the work in https://github.com/rust-lang/rust/blob/16156fb2787f745e57504197bd7fe38b69c6cbea/compiler/rustc_middle/src/ty/trait_def.rs#L172-L186 doesn't matter for `get_blanket_impls` - Rustdoc will already pick up on those blocks when it documents the item.