We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a2b7d commit f7338a9Copy full SHA for f7338a9
std/src/os/mod.rs
@@ -3,7 +3,7 @@
3
#![stable(feature = "os", since = "1.0.0")]
4
#![allow(missing_docs, nonstandard_style, missing_debug_implementations)]
5
6
-// When documenting libstd we want to show unix/windows/linux modules as these are the "main
+// When documenting libstd we want to show unix/windows/linux/wasi modules as these are the "main
7
// modules" that are used across platforms, so all modules are enabled when `cfg(doc)` is set.
8
// This should help show platform-specific functionality in a hopefully cross-platform way in the
9
// documentation.
0 commit comments