mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
356d8ad1a3
Ignore rustc_private items from std docs By ignoring rustc_private items for non local impl block, this may fix #74672 and fix #75588 . This might suppress #76529 if it is simple enough for backport.