Skip to content

Commit 7aabd85

Browse files
committed
Remove invalid doc comment on the size of an IP struct
1 parent a344d10 commit 7aabd85

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

library/std/src/net/ip.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ use crate::sys_common::{FromInner, IntoInner};
1414
/// This enum can contain either an [`Ipv4Addr`] or an [`Ipv6Addr`], see their
1515
/// respective documentation for more details.
1616
///
17-
/// The size of an `IpAddr` instance may vary depending on the target operating
18-
/// system.
19-
///
2017
/// # Examples
2118
///
2219
/// ```
@@ -49,9 +46,6 @@ pub enum IpAddr {
4946
///
5047
/// See [`IpAddr`] for a type encompassing both IPv4 and IPv6 addresses.
5148
///
52-
/// The size of an `Ipv4Addr` struct may vary depending on the target operating
53-
/// system.
54-
///
5549
/// [IETF RFC 791]: https://tools.ietf.org/html/rfc791
5650
///
5751
/// # Textual representation
@@ -87,9 +81,6 @@ pub struct Ipv4Addr {
8781
/// IPv6 addresses are defined as 128-bit integers in [IETF RFC 4291].
8882
/// They are usually represented as eight 16-bit segments.
8983
///
90-
/// The size of an `Ipv6Addr` struct may vary depending on the target operating
91-
/// system.
92-
///
9384
/// [IETF RFC 4291]: https://tools.ietf.org/html/rfc4291
9485
///
9586
/// # Embedding IPv4 Addresses

0 commit comments

Comments
 (0)