aboutsummaryrefslogtreecommitdiff
path: root/nix-rust/src/store
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-12-05 14:24:46 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-12-10 13:37:23 +0100
commit9e565781c664f20df24a295fcfcfd20fb432c94b (patch)
tree7a490f2a57f9ea7983255db6c602bb769a32ce6e /nix-rust/src/store
parent14aa0c3259a7997d7273f3b3ce1a41af03293832 (diff)
Shut up warnings
Diffstat (limited to 'nix-rust/src/store')
-rw-r--r--nix-rust/src/store/binary_cache_store.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/nix-rust/src/store/binary_cache_store.rs b/nix-rust/src/store/binary_cache_store.rs
index 09be4a7fd..9e1e88b7c 100644
--- a/nix-rust/src/store/binary_cache_store.rs
+++ b/nix-rust/src/store/binary_cache_store.rs
@@ -1,7 +1,6 @@
use super::{PathInfo, Store, StorePath};
use crate::Error;
use hyper::client::Client;
-use futures::stream::Concat;
pub struct BinaryCacheStore {
base_uri: String,