1
Fork 0

remove "experimental" wording from std::os::unix

This commit is contained in:
Andy Russell 2019-02-11 15:36:45 -05:00
parent 57d7cfc3cf
commit 34052a19a2
No known key found for this signature in database
GPG key ID: BE2221033EDBC374

View 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