@@ -140,8 +140,6 @@ impl IpAddr {
140
140
/// See the documentation for [`Ipv4Addr::is_unspecified()`] and
141
141
/// [`Ipv6Addr::is_unspecified()`] for more details.
142
142
///
143
- /// [`true`]: ../../std/primitive.bool.html
144
- ///
145
143
/// # Examples
146
144
///
147
145
/// ```
@@ -163,8 +161,6 @@ impl IpAddr {
163
161
/// See the documentation for [`Ipv4Addr::is_loopback()`] and
164
162
/// [`Ipv6Addr::is_loopback()`] for more details.
165
163
///
166
- /// [`true`]: ../../std/primitive.bool.html
167
- ///
168
164
/// # Examples
169
165
///
170
166
/// ```
@@ -186,8 +182,6 @@ impl IpAddr {
186
182
/// See the documentation for [`Ipv4Addr::is_global()`] and
187
183
/// [`Ipv6Addr::is_global()`] for more details.
188
184
///
189
- /// [`true`]: ../../std/primitive.bool.html
190
- ///
191
185
/// # Examples
192
186
///
193
187
/// ```
@@ -210,8 +204,6 @@ impl IpAddr {
210
204
/// See the documentation for [`Ipv4Addr::is_multicast()`] and
211
205
/// [`Ipv6Addr::is_multicast()`] for more details.
212
206
///
213
- /// [`true`]: ../../std/primitive.bool.html
214
- ///
215
207
/// # Examples
216
208
///
217
209
/// ```
@@ -233,8 +225,6 @@ impl IpAddr {
233
225
/// See the documentation for [`Ipv4Addr::is_documentation()`] and
234
226
/// [`Ipv6Addr::is_documentation()`] for more details.
235
227
///
236
- /// [`true`]: ../../std/primitive.bool.html
237
- ///
238
228
/// # Examples
239
229
///
240
230
/// ```
@@ -258,8 +248,6 @@ impl IpAddr {
258
248
/// Returns [`true`] if this address is an [`IPv4` address], and [`false`]
259
249
/// otherwise.
260
250
///
261
- /// [`true`]: ../../std/primitive.bool.html
262
- /// [`false`]: ../../std/primitive.bool.html
263
251
/// [`IPv4` address]: IpAddr::V4
264
252
///
265
253
/// # Examples
@@ -278,8 +266,6 @@ impl IpAddr {
278
266
/// Returns [`true`] if this address is an [`IPv6` address], and [`false`]
279
267
/// otherwise.
280
268
///
281
- /// [`true`]: ../../std/primitive.bool.html
282
- /// [`false`]: ../../std/primitive.bool.html
283
269
/// [`IPv6` address]: IpAddr::V6
284
270
///
285
271
/// # Examples
@@ -377,7 +363,6 @@ impl Ipv4Addr {
377
363
/// This property is defined in _UNIX Network Programming, Second Edition_,
378
364
/// W. Richard Stevens, p. 891; see also [ip7].
379
365
///
380
- /// [`true`]: ../../std/primitive.bool.html
381
366
/// [ip7]: http://man7.org/linux/man-pages/man7/ip.7.html
382
367
///
383
368
/// # Examples
@@ -398,7 +383,6 @@ impl Ipv4Addr {
398
383
///
399
384
/// This property is defined by [IETF RFC 1122].
400
385
///
401
- /// [`true`]: ../../std/primitive.bool.html
402
386
/// [IETF RFC 1122]: https://tools.ietf.org/html/rfc1122
403
387
///
404
388
/// # Examples
@@ -423,7 +407,6 @@ impl Ipv4Addr {
423
407
/// - 172.16.0.0/12
424
408
/// - 192.168.0.0/16
425
409
///
426
- /// [`true`]: ../../std/primitive.bool.html
427
410
/// [IETF RFC 1918]: https://tools.ietf.org/html/rfc1918
428
411
///
429
412
/// # Examples
@@ -454,7 +437,6 @@ impl Ipv4Addr {
454
437
///
455
438
/// This property is defined by [IETF RFC 3927].
456
439
///
457
- /// [`true`]: ../../std/primitive.bool.html
458
440
/// [IETF RFC 3927]: https://tools.ietf.org/html/rfc3927
459
441
///
460
442
/// # Examples
@@ -494,8 +476,6 @@ impl Ipv4Addr {
494
476
/// - addresses reserved for networking devices benchmarking (see
495
477
/// [`Ipv4Addr::is_benchmarking()`])
496
478
///
497
- /// [`true`]: ../../std/primitive.bool.html
498
- /// [`false`]: ../../std/primitive.bool.html
499
479
/// [ipv4-sr]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
500
480
///
501
481
/// # Examples
@@ -571,7 +551,6 @@ impl Ipv4Addr {
571
551
/// Returns [`true`] if this address is part of the Shared Address Space defined in
572
552
/// [IETF RFC 6598] (`100.64.0.0/10`).
573
553
///
574
- /// [`true`]: ../../std/primitive.bool.html
575
554
/// [IETF RFC 6598]: https://tools.ietf.org/html/rfc6598
576
555
///
577
556
/// # Examples
@@ -598,7 +577,6 @@ impl Ipv4Addr {
598
577
/// - `192.0.0.9/32` is the "Port Control Protocol Anycast" (see [IETF RFC 7723])
599
578
/// - `192.0.0.10/32` is used for NAT traversal (see [IETF RFC 8155])
600
579
///
601
- /// [`true`]: ../../std/primitive.bool.html
602
580
/// [IETF RFC 6890]: https://tools.ietf.org/html/rfc6890
603
581
/// [IETF RFC 7600]: https://tools.ietf.org/html/rfc7600
604
582
/// [IETF RFC 7723]: https://tools.ietf.org/html/rfc7723
@@ -626,7 +604,6 @@ impl Ipv4Addr {
626
604
/// network devices benchmarking. This range is defined in [IETF RFC 2544] as `192.18.0.0`
627
605
/// through `198.19.255.255` but [errata 423] corrects it to `198.18.0.0/15`.
628
606
///
629
- /// [`true`]: ../../std/primitive.bool.html
630
607
/// [IETF RFC 2544]: https://tools.ietf.org/html/rfc2544
631
608
/// [errata 423]: https://www.rfc-editor.org/errata/eid423
632
609
///
@@ -651,7 +628,6 @@ impl Ipv4Addr {
651
628
/// broadcast address `255.255.255.255`, but this implementation explicitly excludes it, since
652
629
/// it is obviously not reserved for future use.
653
630
///
654
- /// [`true`]: ../../std/primitive.bool.html
655
631
/// [IETF RFC 1112]: https://tools.ietf.org/html/rfc1112
656
632
///
657
633
/// # Warning
@@ -684,7 +660,6 @@ impl Ipv4Addr {
684
660
/// Multicast addresses have a most significant octet between 224 and 239,
685
661
/// and is defined by [IETF RFC 5771].
686
662
///
687
- /// [`true`]: ../../std/primitive.bool.html
688
663
/// [IETF RFC 5771]: https://tools.ietf.org/html/rfc5771
689
664
///
690
665
/// # Examples
@@ -706,7 +681,6 @@ impl Ipv4Addr {
706
681
///
707
682
/// A broadcast address has all octets set to 255 as defined in [IETF RFC 919].
708
683
///
709
- /// [`true`]: ../../std/primitive.bool.html
710
684
/// [IETF RFC 919]: https://tools.ietf.org/html/rfc919
711
685
///
712
686
/// # Examples
@@ -731,7 +705,6 @@ impl Ipv4Addr {
731
705
/// - 198.51.100.0/24 (TEST-NET-2)
732
706
/// - 203.0.113.0/24 (TEST-NET-3)
733
707
///
734
- /// [`true`]: ../../std/primitive.bool.html
735
708
/// [IETF RFC 5737]: https://tools.ietf.org/html/rfc5737
736
709
///
737
710
/// # Examples
@@ -1148,7 +1121,6 @@ impl Ipv6Addr {
1148
1121
///
1149
1122
/// This property is defined in [IETF RFC 4291].
1150
1123
///
1151
- /// [`true`]: ../../std/primitive.bool.html
1152
1124
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1153
1125
///
1154
1126
/// # Examples
@@ -1169,7 +1141,6 @@ impl Ipv6Addr {
1169
1141
///
1170
1142
/// This property is defined in [IETF RFC 4291].
1171
1143
///
1172
- /// [`true`]: ../../std/primitive.bool.html
1173
1144
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1174
1145
///
1175
1146
/// # Examples
@@ -1194,9 +1165,6 @@ impl Ipv6Addr {
1194
1165
/// - link-local and unique local unicast addresses
1195
1166
/// - interface-, link-, realm-, admin- and site-local multicast addresses
1196
1167
///
1197
- /// [`true`]: ../../std/primitive.bool.html
1198
- /// [`false`]: ../../std/primitive.bool.html
1199
- ///
1200
1168
/// # Examples
1201
1169
///
1202
1170
/// ```
@@ -1223,8 +1191,6 @@ impl Ipv6Addr {
1223
1191
///
1224
1192
/// [IETF RFC 4193]: https://tools.ietf.org/html/rfc4193
1225
1193
///
1226
- /// [`true`]: ../../std/primitive.bool.html
1227
- ///
1228
1194
/// # Examples
1229
1195
///
1230
1196
/// ```
@@ -1257,8 +1223,6 @@ impl Ipv6Addr {
1257
1223
/// addresses such as `fe80:0:0:1::` or `fe81::` as unicast link-local addresses for example.
1258
1224
/// If you need a less strict validation use [`Ipv6Addr::is_unicast_link_local()`] instead.
1259
1225
///
1260
- /// [`true`]: ../../std/primitive.bool.html
1261
- ///
1262
1226
/// # Examples
1263
1227
///
1264
1228
/// ```
@@ -1317,8 +1281,6 @@ impl Ipv6Addr {
1317
1281
/// If you need a strict validation fully compliant with the RFC, use
1318
1282
/// [`Ipv6Addr::is_unicast_link_local_strict()`] instead.
1319
1283
///
1320
- /// [`true`]: ../../std/primitive.bool.html
1321
- ///
1322
1284
/// # Examples
1323
1285
///
1324
1286
/// ```
@@ -1365,7 +1327,6 @@ impl Ipv6Addr {
1365
1327
/// +----------+-------------------------+----------------------------+
1366
1328
/// ```
1367
1329
///
1368
- /// [`true`]: ../../std/primitive.bool.html
1369
1330
/// [RFC 4291 section 2.5.7]: https://tools.ietf.org/html/rfc4291#section-2.5.7
1370
1331
///
1371
1332
/// # Examples
@@ -1399,7 +1360,6 @@ impl Ipv6Addr {
1399
1360
///
1400
1361
/// This property is defined in [IETF RFC 3849].
1401
1362
///
1402
- /// [`true`]: ../../std/primitive.bool.html
1403
1363
/// [IETF RFC 3849]: https://tools.ietf.org/html/rfc3849
1404
1364
///
1405
1365
/// # Examples
@@ -1435,7 +1395,6 @@ impl Ipv6Addr {
1435
1395
/// Global Unicast).
1436
1396
/// ```
1437
1397
///
1438
- /// [`true`]: ../../std/primitive.bool.html
1439
1398
/// [RFC 4291 section 2.5.7]: https://tools.ietf.org/html/rfc4291#section-2.5.7
1440
1399
///
1441
1400
/// # Examples
@@ -1495,7 +1454,6 @@ impl Ipv6Addr {
1495
1454
///
1496
1455
/// This property is defined by [IETF RFC 4291].
1497
1456
///
1498
- /// [`true`]: ../../std/primitive.bool.html
1499
1457
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1500
1458
///
1501
1459
/// # Examples
0 commit comments