summaryrefslogtreecommitdiffstats
path: root/examples/networkconnect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/networkconnect.rs')
-rw-r--r--examples/networkconnect.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/networkconnect.rs b/examples/networkconnect.rs
index 3960b8f..0cfc8fc 100644
--- a/examples/networkconnect.rs
+++ b/examples/networkconnect.rs
@@ -1,6 +1,3 @@
-extern crate shiplift;
-extern crate tokio;
-
use shiplift::{ContainerConnectionOptions, Docker};
use std::env;
use tokio::prelude::Future;