diff options
| author | Andy Russell <arussell123@gmail.com> | 2019-02-11 15:36:45 -0500 | 
|---|---|---|
| committer | Andy Russell <arussell123@gmail.com> | 2019-02-11 15:36:45 -0500 | 
| commit | 34052a19a24325e525296e97f9b56e77d7fb4020 (patch) | |
| tree | 6ff4d20f6946a086919328bba1105bc14486be61 /src/libstd/sys/unix/ext/mod.rs | |
| parent | 57d7cfc3cf50f0c427ad3043ff09eaef20671320 (diff) | |
| download | rust-34052a19a24325e525296e97f9b56e77d7fb4020.tar.gz rust-34052a19a24325e525296e97f9b56e77d7fb4020.zip | |
remove "experimental" wording from std::os::unix
Diffstat (limited to 'src/libstd/sys/unix/ext/mod.rs')
| -rw-r--r-- | src/libstd/sys/unix/ext/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libstd/sys/unix/ext/mod.rs b/src/libstd/sys/unix/ext/mod.rs index 36e9370b713..ccbac1a3e4b 100644 --- a/src/libstd/sys/unix/ext/mod.rs +++ b/src/libstd/sys/unix/ext/mod.rs @@ -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 | 
