diff options
| author | jD91mZM2 <me@krake.one> | 2018-07-03 11:13:16 +0200 |
|---|---|---|
| committer | jD91mZM2 <me@krake.one> | 2018-07-03 11:13:16 +0200 |
| commit | ea6f9f9c5529bb3f222ccf95c75bc54609cd99b7 (patch) | |
| tree | a672f72140786f91248b6caeffb66f307e1611c4 /src/libstd/sys/redox/ext | |
| parent | c98631075748d19c1dce3768fdff9918e8f1492a (diff) | |
| download | rust-ea6f9f9c5529bb3f222ccf95c75bc54609cd99b7.tar.gz rust-ea6f9f9c5529bb3f222ccf95c75bc54609cd99b7.zip | |
Remove stability attributes on private types and leftover docs
Diffstat (limited to 'src/libstd/sys/redox/ext')
| -rw-r--r-- | src/libstd/sys/redox/ext/unixsocket.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/sys/redox/ext/unixsocket.rs b/src/libstd/sys/redox/ext/unixsocket.rs index be37575145a..5f7b2df8992 100644 --- a/src/libstd/sys/redox/ext/unixsocket.rs +++ b/src/libstd/sys/redox/ext/unixsocket.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![stable(feature = "unix_socket", since = "1.10.0")] - use fmt; use io::{self, Error, ErrorKind, Initializer}; use net::Shutdown; |
