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,5 +1,4 @@
use std::error::Error;
use std::fmt;
use std::{error::Error, fmt};
/// Represents a bunch of errors that can occur while working with a `IpNetwork`
#[derive(Debug, Clone, PartialEq, Eq)]