@@ -408,8 +408,6 @@ impl UnixStream {
408408 /// indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
409409 /// method.
410410 ///
411- /// [`None`]: crate::option::Option::None
412- /// [`Err`]: crate::result::Result::Err
413411 /// [`read`]: io::Read::read
414412 ///
415413 /// # Examples
@@ -452,8 +450,6 @@ impl UnixStream {
452450 /// indefinitely. An [`Err`] is returned if the zero [`Duration`] is
453451 /// passed to this method.
454452 ///
455- /// [`None`]: crate::option::Option::None
456- /// [`Err`]: crate::result::Result::Err
457453 /// [`read`]: io::Read::read
458454 ///
459455 /// # Examples
@@ -967,8 +963,6 @@ impl UnixListener {
967963 /// The iterator will never return [`None`] and will also not yield the
968964 /// peer's [`SocketAddr`] structure.
969965 ///
970- /// [`None`]: crate::option::Option::None
971- ///
972966 /// # Examples
973967 ///
974968 /// ```no_run
@@ -1036,8 +1030,6 @@ impl<'a> IntoIterator for &'a UnixListener {
10361030///
10371031/// It will never return [`None`].
10381032///
1039- /// [`None`]: crate::option::Option::None
1040- ///
10411033/// # Examples
10421034///
10431035/// ```no_run
@@ -1424,8 +1416,6 @@ impl UnixDatagram {
14241416 /// block indefinitely. An [`Err`] is returned if the zero [`Duration`]
14251417 /// is passed to this method.
14261418 ///
1427- /// [`None`]: crate::option::Option::None
1428- /// [`Err`]: crate::result::Result::Err
14291419 /// [`recv`]: UnixDatagram::recv
14301420 /// [`recv_from`]: UnixDatagram::recv_from
14311421 ///
@@ -1470,7 +1460,6 @@ impl UnixDatagram {
14701460 /// block indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
14711461 /// method.
14721462 ///
1473- /// [`None`]: crate::option::Option::None
14741463 /// [`send`]: UnixDatagram::send
14751464 /// [`send_to`]: UnixDatagram::send_to
14761465 ///
0 commit comments