Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nixphix committed Aug 19, 2020
1 parent 3e3a2c8 commit 63d2e9b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions library/std/src/sys/unix/ext/net.rs
Expand Up @@ -408,8 +408,6 @@ impl UnixStream {
/// indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
/// method.
///
/// [`None`]: crate::option::Option::None
/// [`Err`]: crate::result::Result::Err
/// [`read`]: io::Read::read
///
/// # Examples
Expand Down Expand Up @@ -452,8 +450,6 @@ impl UnixStream {
/// indefinitely. An [`Err`] is returned if the zero [`Duration`] is
/// passed to this method.
///
/// [`None`]: crate::option::Option::None
/// [`Err`]: crate::result::Result::Err
/// [`read`]: io::Read::read
///
/// # Examples
Expand Down Expand Up @@ -967,8 +963,6 @@ impl UnixListener {
/// The iterator will never return [`None`] and will also not yield the
/// peer's [`SocketAddr`] structure.
///
/// [`None`]: crate::option::Option::None
///
/// # Examples
///
/// ```no_run
Expand Down Expand Up @@ -1036,8 +1030,6 @@ impl<'a> IntoIterator for &'a UnixListener {
///
/// It will never return [`None`].
///
/// [`None`]: crate::option::Option::None
///
/// # Examples
///
/// ```no_run
Expand Down Expand Up @@ -1424,8 +1416,6 @@ impl UnixDatagram {
/// block indefinitely. An [`Err`] is returned if the zero [`Duration`]
/// is passed to this method.
///
/// [`None`]: crate::option::Option::None
/// [`Err`]: crate::result::Result::Err
/// [`recv`]: UnixDatagram::recv
/// [`recv_from`]: UnixDatagram::recv_from
///
Expand Down Expand Up @@ -1470,7 +1460,6 @@ impl UnixDatagram {
/// block indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
/// method.
///
/// [`None`]: crate::option::Option::None
/// [`send`]: UnixDatagram::send
/// [`send_to`]: UnixDatagram::send_to
///
Expand Down

0 comments on commit 63d2e9b

Please sign in to comment.