Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Try remove recursion limits
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope committed Jul 16, 2021
1 parent a0efd34 commit 7b505bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions client/consensus/api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// our error-chain could potentially blow up otherwise
#![recursion_limit="128"]

#[macro_use] extern crate log;

pub mod import_queue;
Expand Down
6 changes: 0 additions & 6 deletions primitives/consensus/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
//! change. Implementors of traits should not rely on the interfaces to remain
//! the same.

// This provides "unused" building blocks to other crates
#![allow(dead_code)]

// our error-chain could potentially blow up otherwise
#![recursion_limit="128"]

use std::sync::Arc;
use std::time::Duration;

Expand Down

0 comments on commit 7b505bf

Please sign in to comment.