Fix use statement order per cargo fmt

This commit is contained in:
Dirkjan Ochtman
2018-05-21 17:29:19 +02:00
parent 6e9d638e4e
commit 7a60ccedf7
+1 -1
View File
@@ -119,11 +119,11 @@ impl Future for ConnectFuture {
#[cfg(test)]
mod tests {
extern crate tokio;
use self::tokio::executor::current_thread::CurrentThread;
use endpoint::tests::client_endpoint;
use futures::Future;
use server::Server;
use tls::tests::server_config;
use self::tokio::executor::current_thread::CurrentThread;
#[test]
fn test_client_connect_resolves() {