Skip to content

Commit 5241a88

Browse files
committed
Auto merge of #1149 - rust-lang-nursery:db-fix-build-warnings, r=Diggsey
Fix build warnings
2 parents 3344755 + 02a2c13 commit 5241a88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/download/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ pub enum Event<'a> {
2828
DownloadDataReceived(&'a [u8]),
2929
}
3030

31-
const BACKENDS: &'static [Backend] = &[
32-
Backend::Curl,
33-
Backend::Hyper,
34-
Backend::Rustls
35-
];
36-
37-
3831
fn download_with_backend(backend: Backend,
3932
url: &Url,
4033
resume_from: u64,

0 commit comments

Comments
 (0)