mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
3a0536ab51
Hide foreign `#[doc(hidden)]` paths in import suggestions Stops the compiler from suggesting to import foreign `#[doc(hidden)]` paths. ```@rustbot``` label A-suggestion-diagnostics