mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
92d29c1267
rustdoc: Don't include private paths in all.html For example the `std` [`all.html`](https://doc.rust-lang.org/nightly/std/all.html) includes references to the `coresimd` module which is a private implementation detail. r? @GuillaumeGomez