]> git.lizzy.rs Git - rust.git/commit
Add note about the `#[doc(no-inline)]` usage
authorJulian Frimmel <julian.frimmel@gmail.com>
Sun, 7 Mar 2021 09:52:35 +0000 (10:52 +0100)
committerJulian Frimmel <julian.frimmel@gmail.com>
Sun, 7 Mar 2021 20:08:07 +0000 (21:08 +0100)
commitc40ef91f7652f37c9bc959953bb4a81d86c2dc1a
tree2ab788aecfaef2dcf9e900e8eb335cbe87aefc85
parent51748a8fc77283914d4135f31b5966a407208187
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).
library/std/src/lib.rs