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