summaryrefslogtreecommitdiffstats
path: root/ipfs-api/examples/bootstrap_default.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/examples/bootstrap_default.rs')
-rw-r--r--ipfs-api/examples/bootstrap_default.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipfs-api/examples/bootstrap_default.rs b/ipfs-api/examples/bootstrap_default.rs
index 868c647..c2e6871 100644
--- a/ipfs-api/examples/bootstrap_default.rs
+++ b/ipfs-api/examples/bootstrap_default.rs
@@ -6,10 +6,6 @@
// copied, modified, or distributed except according to those terms.
//
-extern crate futures;
-extern crate ipfs_api;
-extern crate tokio;
-
use futures::Future;
use ipfs_api::IpfsClient;
use tokio::runtime::current_thread::Runtime;