Skip to content

Commit

Permalink
set recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 10, 2024
1 parent cc3bfde commit 42e5b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(not(test), deny(unused_crate_dependencies))]
#![deny(missing_docs)] // FIXME some modules allow missing docs
#![recursion_limit = "256"]

pub use trait_::{ArrayBase, NativeArray};

Expand Down

0 comments on commit 42e5b39

Please sign in to comment.