@@ -408,8 +408,6 @@ impl UnixStream {
408
408
/// indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
409
409
/// method.
410
410
///
411
- /// [`None`]: crate::option::Option::None
412
- /// [`Err`]: crate::result::Result::Err
413
411
/// [`read`]: io::Read::read
414
412
///
415
413
/// # Examples
@@ -452,8 +450,6 @@ impl UnixStream {
452
450
/// indefinitely. An [`Err`] is returned if the zero [`Duration`] is
453
451
/// passed to this method.
454
452
///
455
- /// [`None`]: crate::option::Option::None
456
- /// [`Err`]: crate::result::Result::Err
457
453
/// [`read`]: io::Read::read
458
454
///
459
455
/// # Examples
@@ -967,8 +963,6 @@ impl UnixListener {
967
963
/// The iterator will never return [`None`] and will also not yield the
968
964
/// peer's [`SocketAddr`] structure.
969
965
///
970
- /// [`None`]: crate::option::Option::None
971
- ///
972
966
/// # Examples
973
967
///
974
968
/// ```no_run
@@ -1036,8 +1030,6 @@ impl<'a> IntoIterator for &'a UnixListener {
1036
1030
///
1037
1031
/// It will never return [`None`].
1038
1032
///
1039
- /// [`None`]: crate::option::Option::None
1040
- ///
1041
1033
/// # Examples
1042
1034
///
1043
1035
/// ```no_run
@@ -1424,8 +1416,6 @@ impl UnixDatagram {
1424
1416
/// block indefinitely. An [`Err`] is returned if the zero [`Duration`]
1425
1417
/// is passed to this method.
1426
1418
///
1427
- /// [`None`]: crate::option::Option::None
1428
- /// [`Err`]: crate::result::Result::Err
1429
1419
/// [`recv`]: UnixDatagram::recv
1430
1420
/// [`recv_from`]: UnixDatagram::recv_from
1431
1421
///
@@ -1470,7 +1460,6 @@ impl UnixDatagram {
1470
1460
/// block indefinitely. An [`Err`] is returned if the zero [`Duration`] is passed to this
1471
1461
/// method.
1472
1462
///
1473
- /// [`None`]: crate::option::Option::None
1474
1463
/// [`send`]: UnixDatagram::send
1475
1464
/// [`send_to`]: UnixDatagram::send_to
1476
1465
///
0 commit comments