Skip to content

Commit

Permalink
remove error-chain recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Jul 22, 2021
1 parent 9466f26 commit dfe5646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// `error_chain!` can recurse deeply
#![recursion_limit = "1024"]
#![cfg_attr(feature = "fail-on-deprecated", deny(deprecated))]

use anyhow::{bail, Result};
Expand Down

0 comments on commit dfe5646

Please sign in to comment.