We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34bcc6 commit c302d2cCopy full SHA for c302d2c
src/libstd/net/ip.rs
@@ -2008,8 +2008,8 @@ mod tests {
2008
let doc: u8 = 1 << 4;
2009
2010
check!("0.0.0.0", unspec);
2011
- check!("0.0.0.1", global);
2012
- check!("0.1.0.0", global);
+ check!("0.0.0.1");
+ check!("0.1.0.0");
2013
check!("10.9.8.7");
2014
check!("127.1.2.3", loopback);
2015
check!("172.31.254.253");
@@ -2127,8 +2127,8 @@ mod tests {
2127
let documentation: u8 = 1 << 7;
2128
2129
2130
2131
2132
check!("10.9.8.7", private);
2133
2134
check!("172.31.254.253", private);
0 commit comments