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