From 63d2e9b05f98ff49d593cc392cb31c8d82552726 Mon Sep 17 00:00:00 2001 From: Prabakaran Kumaresshan <4676330+nixphix@users.noreply.github.com> Date: Wed, 19 Aug 2020 06:19:35 +0530 Subject: resolve comments --- library/std/src/sys/unix/ext/net.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/library/std/src/sys/unix/ext/net.rs b/library/std/src/sys/unix/ext/net.rs index f43869a1b2c..55803ddfc43 100644 --- a/library/std/src/sys/unix/ext/net.rs +++ b/library/std/src/sys/unix/ext/net.rs @@ -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 @@ -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 @@ -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 @@ -1036,8 +1030,6 @@ impl<'a> IntoIterator for &'a UnixListener { /// /// It will never return [`None`]. /// -/// [`None`]: crate::option::Option::None -/// /// # Examples /// /// ```no_run @@ -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 /// @@ -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 /// -- cgit 1.4.1-3-g733a5