rust/library/sysroot
Josh Stone 9dcc1d457d Disable docs for compiler-builtins and sysroot
Bootstrap already had a manual doc filter for the `sysroot` crate, but
other library crates keep themselves out of the public docs by setting
`[lib] doc = false` in their manifest. This seems like a better solution
to hide `compiler-builtins` docs, and removes the `sysroot` hack too.

(cherry picked from commit 87e7539fcd)
2025-07-10 13:30:37 -07:00
..
src Add a sysroot crate to represent the standard library crates 2023-04-25 13:40:36 +02:00
Cargo.toml Disable docs for compiler-builtins and sysroot 2025-07-10 13:30:37 -07:00