@@ -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
@@ -376,7 +362,6 @@ impl Ipv4Addr {
376
362
/// This property is defined in _UNIX Network Programming, Second Edition_,
377
363
/// W. Richard Stevens, p. 891; see also [ip7].
378
364
///
379
- /// [`true`]: ../../std/primitive.bool.html
380
365
/// [ip7]: http://man7.org/linux/man-pages/man7/ip.7.html
381
366
///
382
367
/// # Examples
@@ -397,7 +382,6 @@ impl Ipv4Addr {
397
382
///
398
383
/// This property is defined by [IETF RFC 1122].
399
384
///
400
- /// [`true`]: ../../std/primitive.bool.html
401
385
/// [IETF RFC 1122]: https://tools.ietf.org/html/rfc1122
402
386
///
403
387
/// # Examples
@@ -421,7 +405,6 @@ impl Ipv4Addr {
421
405
/// - 172.16.0.0/12
422
406
/// - 192.168.0.0/16
423
407
///
424
- /// [`true`]: ../../std/primitive.bool.html
425
408
/// [IETF RFC 1918]: https://tools.ietf.org/html/rfc1918
426
409
///
427
410
/// # Examples
@@ -451,7 +434,6 @@ impl Ipv4Addr {
451
434
///
452
435
/// This property is defined by [IETF RFC 3927].
453
436
///
454
- /// [`true`]: ../../std/primitive.bool.html
455
437
/// [IETF RFC 3927]: https://tools.ietf.org/html/rfc3927
456
438
///
457
439
/// # Examples
@@ -490,8 +472,6 @@ impl Ipv4Addr {
490
472
/// - addresses reserved for networking devices benchmarking (see
491
473
/// [`Ipv4Addr::is_benchmarking()`])
492
474
///
493
- /// [`true`]: ../../std/primitive.bool.html
494
- /// [`false`]: ../../std/primitive.bool.html
495
475
/// [ipv4-sr]: https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml
496
476
///
497
477
/// # Examples
@@ -564,7 +544,6 @@ impl Ipv4Addr {
564
544
/// Returns [`true`] if this address is part of the Shared Address Space defined in
565
545
/// [IETF RFC 6598] (`100.64.0.0/10`).
566
546
///
567
- /// [`true`]: ../../std/primitive.bool.html
568
547
/// [IETF RFC 6598]: https://tools.ietf.org/html/rfc6598
569
548
///
570
549
/// # Examples
@@ -590,7 +569,6 @@ impl Ipv4Addr {
590
569
/// - `192.0.0.9/32` is the "Port Control Protocol Anycast" (see [IETF RFC 7723])
591
570
/// - `192.0.0.10/32` is used for NAT traversal (see [IETF RFC 8155])
592
571
///
593
- /// [`true`]: ../../std/primitive.bool.html
594
572
/// [IETF RFC 6890]: https://tools.ietf.org/html/rfc6890
595
573
/// [IETF RFC 7600]: https://tools.ietf.org/html/rfc7600
596
574
/// [IETF RFC 7723]: https://tools.ietf.org/html/rfc7723
@@ -617,7 +595,6 @@ impl Ipv4Addr {
617
595
/// network devices benchmarking. This range is defined in [IETF RFC 2544] as `192.18.0.0`
618
596
/// through `198.19.255.255` but [errata 423] corrects it to `198.18.0.0/15`.
619
597
///
620
- /// [`true`]: ../../std/primitive.bool.html
621
598
/// [IETF RFC 2544]: https://tools.ietf.org/html/rfc2544
622
599
/// [errata 423]: https://www.rfc-editor.org/errata/eid423
623
600
///
@@ -641,7 +618,6 @@ impl Ipv4Addr {
641
618
/// broadcast address `255.255.255.255`, but this implementation explicitly excludes it, since
642
619
/// it is obviously not reserved for future use.
643
620
///
644
- /// [`true`]: ../../std/primitive.bool.html
645
621
/// [IETF RFC 1112]: https://tools.ietf.org/html/rfc1112
646
622
///
647
623
/// # Warning
@@ -673,7 +649,6 @@ impl Ipv4Addr {
673
649
/// Multicast addresses have a most significant octet between 224 and 239,
674
650
/// and is defined by [IETF RFC 5771].
675
651
///
676
- /// [`true`]: ../../std/primitive.bool.html
677
652
/// [IETF RFC 5771]: https://tools.ietf.org/html/rfc5771
678
653
///
679
654
/// # Examples
@@ -694,7 +669,6 @@ impl Ipv4Addr {
694
669
///
695
670
/// A broadcast address has all octets set to 255 as defined in [IETF RFC 919].
696
671
///
697
- /// [`true`]: ../../std/primitive.bool.html
698
672
/// [IETF RFC 919]: https://tools.ietf.org/html/rfc919
699
673
///
700
674
/// # Examples
@@ -718,7 +692,6 @@ impl Ipv4Addr {
718
692
/// - 198.51.100.0/24 (TEST-NET-2)
719
693
/// - 203.0.113.0/24 (TEST-NET-3)
720
694
///
721
- /// [`true`]: ../../std/primitive.bool.html
722
695
/// [IETF RFC 5737]: https://tools.ietf.org/html/rfc5737
723
696
///
724
697
/// # Examples
@@ -1125,7 +1098,6 @@ impl Ipv6Addr {
1125
1098
///
1126
1099
/// This property is defined in [IETF RFC 4291].
1127
1100
///
1128
- /// [`true`]: ../../std/primitive.bool.html
1129
1101
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1130
1102
///
1131
1103
/// # Examples
@@ -1146,7 +1118,6 @@ impl Ipv6Addr {
1146
1118
///
1147
1119
/// This property is defined in [IETF RFC 4291].
1148
1120
///
1149
- /// [`true`]: ../../std/primitive.bool.html
1150
1121
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1151
1122
///
1152
1123
/// # Examples
@@ -1171,9 +1142,6 @@ impl Ipv6Addr {
1171
1142
/// - link-local and unique local unicast addresses
1172
1143
/// - interface-, link-, realm-, admin- and site-local multicast addresses
1173
1144
///
1174
- /// [`true`]: ../../std/primitive.bool.html
1175
- /// [`false`]: ../../std/primitive.bool.html
1176
- ///
1177
1145
/// # Examples
1178
1146
///
1179
1147
/// ```
@@ -1200,8 +1168,6 @@ impl Ipv6Addr {
1200
1168
///
1201
1169
/// [IETF RFC 4193]: https://tools.ietf.org/html/rfc4193
1202
1170
///
1203
- /// [`true`]: ../../std/primitive.bool.html
1204
- ///
1205
1171
/// # Examples
1206
1172
///
1207
1173
/// ```
@@ -1234,8 +1200,6 @@ impl Ipv6Addr {
1234
1200
/// addresses such as `fe80:0:0:1::` or `fe81::` as unicast link-local addresses for example.
1235
1201
/// If you need a less strict validation use [`Ipv6Addr::is_unicast_link_local()`] instead.
1236
1202
///
1237
- /// [`true`]: ../../std/primitive.bool.html
1238
- ///
1239
1203
/// # Examples
1240
1204
///
1241
1205
/// ```
@@ -1294,8 +1258,6 @@ impl Ipv6Addr {
1294
1258
/// If you need a strict validation fully compliant with the RFC, use
1295
1259
/// [`Ipv6Addr::is_unicast_link_local_strict()`] instead.
1296
1260
///
1297
- /// [`true`]: ../../std/primitive.bool.html
1298
- ///
1299
1261
/// # Examples
1300
1262
///
1301
1263
/// ```
@@ -1342,7 +1304,6 @@ impl Ipv6Addr {
1342
1304
/// +----------+-------------------------+----------------------------+
1343
1305
/// ```
1344
1306
///
1345
- /// [`true`]: ../../std/primitive.bool.html
1346
1307
/// [RFC 4291 section 2.5.7]: https://tools.ietf.org/html/rfc4291#section-2.5.7
1347
1308
///
1348
1309
/// # Examples
@@ -1376,7 +1337,6 @@ impl Ipv6Addr {
1376
1337
///
1377
1338
/// This property is defined in [IETF RFC 3849].
1378
1339
///
1379
- /// [`true`]: ../../std/primitive.bool.html
1380
1340
/// [IETF RFC 3849]: https://tools.ietf.org/html/rfc3849
1381
1341
///
1382
1342
/// # Examples
@@ -1412,7 +1372,6 @@ impl Ipv6Addr {
1412
1372
/// Global Unicast).
1413
1373
/// ```
1414
1374
///
1415
- /// [`true`]: ../../std/primitive.bool.html
1416
1375
/// [RFC 4291 section 2.5.7]: https://tools.ietf.org/html/rfc4291#section-2.5.7
1417
1376
///
1418
1377
/// # Examples
@@ -1472,7 +1431,6 @@ impl Ipv6Addr {
1472
1431
///
1473
1432
/// This property is defined by [IETF RFC 4291].
1474
1433
///
1475
- /// [`true`]: ../../std/primitive.bool.html
1476
1434
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
1477
1435
///
1478
1436
/// # Examples
0 commit comments