File tree 1 file changed +0
-9
lines changed 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ use crate::sys_common::{FromInner, IntoInner};
14
14
/// This enum can contain either an [`Ipv4Addr`] or an [`Ipv6Addr`], see their
15
15
/// respective documentation for more details.
16
16
///
17
- /// The size of an `IpAddr` instance may vary depending on the target operating
18
- /// system.
19
- ///
20
17
/// # Examples
21
18
///
22
19
/// ```
@@ -49,9 +46,6 @@ pub enum IpAddr {
49
46
///
50
47
/// See [`IpAddr`] for a type encompassing both IPv4 and IPv6 addresses.
51
48
///
52
- /// The size of an `Ipv4Addr` struct may vary depending on the target operating
53
- /// system.
54
- ///
55
49
/// [IETF RFC 791]: https://tools.ietf.org/html/rfc791
56
50
///
57
51
/// # Textual representation
@@ -87,9 +81,6 @@ pub struct Ipv4Addr {
87
81
/// IPv6 addresses are defined as 128-bit integers in [IETF RFC 4291].
88
82
/// They are usually represented as eight 16-bit segments.
89
83
///
90
- /// The size of an `Ipv6Addr` struct may vary depending on the target operating
91
- /// system.
92
- ///
93
84
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
94
85
///
95
86
/// # Embedding IPv4 Addresses
You can’t perform that action at this time.
0 commit comments