Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 94e75ac

Browse files
committed
Mention "wasi" in the comment about "main modules".
1 parent e66e263 commit 94e75ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![stable(feature = "os", since = "1.0.0")]
44
#![allow(missing_docs, nonstandard_style, missing_debug_implementations)]
55

6-
// When documenting libstd we want to show unix/windows/linux modules as these are the "main
6+
// When documenting libstd we want to show unix/windows/linux/wasi modules as these are the "main
77
// modules" that are used across platforms, so all modules are enabled when `cfg(doc)` is set.
88
// This should help show platform-specific functionality in a hopefully cross-platform way in the
99
// documentation.

0 commit comments

Comments
 (0)