]> git.lizzy.rs Git - rust.git/commitdiff
remove "experimental" wording from std::os::unix
authorAndy Russell <arussell123@gmail.com>
Mon, 11 Feb 2019 20:36:45 +0000 (15:36 -0500)
committerAndy Russell <arussell123@gmail.com>
Mon, 11 Feb 2019 20:36:45 +0000 (15:36 -0500)
src/libstd/sys/unix/ext/mod.rs

index 36e9370b71318f02b2ec330c7afe988641d66306..ccbac1a3e4b5983e46677909268f61170dd48d91 100644 (file)
@@ -1,4 +1,4 @@
-//! Experimental extensions to `std` for Unix platforms.
+//! Platform-specific extensions to `std` for Unix platforms.
 //!
 //! Provides access to platform-level information on Unix platforms, and
 //! exposes Unix-specific functions that would otherwise be inappropriate as