Skip to content

Commit ccb2e3b

Browse files
committed
cargo +nightly fmt
1 parent 6bf1d9e commit ccb2e3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/cidr/bitstring_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ fn ipv6_any_clip() {
4040
assert_eq!(c.len(), 4);
4141
assert_eq!(c, "2000::/3".parse::<AnyIpCidr>().unwrap());
4242
}
43-

src/cidr/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ mod direct;
66
mod from_str;
77
mod serde;
88

9-
#[cfg(test)]
10-
mod tests;
119
#[cfg(feature = "bitstring")]
1210
#[cfg(test)]
1311
mod bitstring_tests;
12+
#[cfg(test)]
13+
mod tests;
1414

1515
use std::net::{
1616
Ipv4Addr,

0 commit comments

Comments
 (0)