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