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