diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-12 04:42:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-12 04:42:29 +0100 |
| commit | 33d2c9f5337215963d67d855f0c64919bd7407a4 (patch) | |
| tree | 53f8abbd3ae0a0a547905159e0c36f2cbfdc0773 /src/libstd | |
| parent | 5dc571270e526a16afd39316a89562cfef7d87d2 (diff) | |
| parent | 34052a19a24325e525296e97f9b56e77d7fb4020 (diff) | |
| download | rust-33d2c9f5337215963d67d855f0c64919bd7407a4.tar.gz rust-33d2c9f5337215963d67d855f0c64919bd7407a4.zip | |
Rollup merge of #58382 - euclio:unix-ext, r=dtolnay
docs: remove "experimental" wording from std::os::unix
Diffstat (limited to 'src/libstd')
| -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 |
