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 6bf1d9e commit ccb2e3bCopy full SHA for ccb2e3b
src/cidr/bitstring_tests.rs
@@ -40,4 +40,3 @@ fn ipv6_any_clip() {
40
assert_eq!(c.len(), 4);
41
assert_eq!(c, "2000::/3".parse::<AnyIpCidr>().unwrap());
42
}
43
-
src/cidr/mod.rs
@@ -6,11 +6,11 @@ mod direct;
6
mod from_str;
7
mod serde;
8
9
-#[cfg(test)]
10
-mod tests;
11
#[cfg(feature = "bitstring")]
12
#[cfg(test)]
13
mod bitstring_tests;
+#[cfg(test)]
+mod tests;
14
15
use std::net::{
16
Ipv4Addr,
0 commit comments