Skip to content

Commit 33d2c9f

Browse files
authored
Rollup merge of #58382 - euclio:unix-ext, r=dtolnay
docs: remove "experimental" wording from std::os::unix
2 parents 5dc5712 + 34052a1 commit 33d2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/ext/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Experimental extensions to `std` for Unix platforms.
1+
//! Platform-specific extensions to `std` for Unix platforms.
22
//!
33
//! Provides access to platform-level information on Unix platforms, and
44
//! exposes Unix-specific functions that would otherwise be inappropriate as

0 commit comments

Comments
 (0)