Skip to content

Commit

Permalink
Drop 'recursion_limit' definition
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Aug 28, 2023
1 parent 1b06226 commit 7d6a14c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/electrs.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![recursion_limit = "256"]

use anyhow::Result;

fn main() -> Result<()> {
Expand Down

0 comments on commit 7d6a14c

Please sign in to comment.