mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
54a49769fa
[rustdoc] Only keep impl blocks from bodies Fixes https://github.com/rust-lang/rust/issues/111415. The problem was that we kept everything inside bodies whereas only impl blocks are actually accessible from outside bodies. r? `@notriddle`