We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131433a commit 6d521ecCopy full SHA for 6d521ec
src/doc/rustdoc/src/advanced-features.md
@@ -4,7 +4,7 @@ The features listed on this page fall outside the rest of the main categories.
4
5
## `#[cfg(doc)]`: Documenting platform-/feature-specific information
6
7
-For conditional compilation, Rustdoc treats your crate the same way the compiler does: Only things
+For conditional compilation, Rustdoc treats your crate the same way the compiler does. Only things
8
from the host target are available (or from the given `--target` if present), and everything else is
9
"filtered out" from the crate. This can cause problems if your crate is providing different things
10
on different targets and you want your documentation to reflect all the available items you
0 commit comments