Skip to content

Commit

Permalink
main: remove recusion limit exception
Browse files Browse the repository at this point in the history
we now require rust > 1.70 so this is no longer needed
(tested with 1.75 and 1.81)
  • Loading branch information
martinetd committed Sep 28, 2024
1 parent 8cff590 commit 6fdcf40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// recursion limit can be removed when we bump rustc requirement to 1.70
#![recursion_limit = "256"]

use anyhow::Result;

mod args;
Expand Down

0 comments on commit 6fdcf40

Please sign in to comment.