Run cargo fix --edition-idioms

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

View File

@ -1,11 +1,11 @@
extern crate serde;
extern crate serde_json;
#[macro_use]
extern crate serde_derive;
extern crate ipnetwork;
#[cfg(test)]
mod tests {