fixed warnings

This commit is contained in:
arkpar
2015-12-26 15:50:55 +01:00
parent fa1b74fa53
commit 634b6be1e6
2 changed files with 3 additions and 19 deletions

View File

@@ -655,19 +655,3 @@ impl Handler for Host {
}
}
}
#[cfg(test)]
mod tests {
use network::host::Host;
use env_logger;
#[test]
//#[ignore]
fn net_connect() {
env_logger::init().unwrap();
let _ = Host::start();
}
}