mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
5e388ea48e
rustdoc: strip unreachable modules Modules are now stripped based on the same logic that's used to strip other item kinds Fixes #101105