Skip to content

Commit d78ce04

Browse files
authored
Merge pull request #1855 from srinivasreddy/1852
Remove workaround for error-chain
2 parents 7b28cb8 + b926ae0 commit d78ce04

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

download/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
use std::path::Path;
44
use url::Url;
55

6-
#[allow(deprecated)] // WORKAROUND https://github.com/rust-lang-nursery/error-chain/issues/254
76
mod errors;
87
pub use crate::errors::*;
98

src/cli/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
mod log;
1919
mod common;
2020
mod download_tracker;
21-
#[allow(deprecated)] // WORKAROUND https://github.com/rust-lang-nursery/error-chain/issues/254
2221
mod errors;
2322
mod help;
2423
mod job;

0 commit comments

Comments
 (0)