mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
a55b192d59
Add note about the `#[doc(no-inline)]` usage This is required to correctly build the documentation (including all submodules, that are only available in certain targets). See the linked issue and #82861 for reference.