Manual import cleanup

This commit is contained in:
Linus Färnstrand
2019-03-25 15:23:21 +01:00
parent 61eeb5843f
commit a6dfadc21d
6 changed files with 9 additions and 39 deletions

View File

@ -1,16 +1,7 @@
#[macro_use]
extern crate serde_derive;
#[cfg(test)]
mod tests {
use ipnetwork::{IpNetwork, Ipv4Network, Ipv6Network};
use serde_derive::{Deserialize, Serialize};
use std::net::{Ipv4Addr, Ipv6Addr};
#[test]