We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ipv6.rs
1 parent a43dd4f commit 9afe97cCopy full SHA for 9afe97c
src/test/ui/consts/std/net/ipv6.rs
@@ -50,4 +50,4 @@ fn main() {
50
51
const IP_V4 : Option<Ipv4Addr> = IP_ADDRESS.to_ipv4();
52
assert_eq!(IP_V4.unwrap(), Ipv4Addr::new(0, 0, 0, 1));
53
-}
+}
0 commit comments