1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

Shut up warnings

This commit is contained in:
Eelco Dolstra 2019-12-05 14:24:46 +01:00
parent 14aa0c3259
commit 9e565781c6
2 changed files with 5 additions and 6 deletions

View file

@ -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,