Skip to content

Commit

Permalink
Move recursion_limit to -impl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 26, 2022
1 parent 2348a34 commit 30bd893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![recursion_limit = "128"]
#![deny(rustdoc::broken_intra_doc_links, rustdoc::private_intra_doc_links)]
#![forbid(non_ascii_idents, unsafe_code)]

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
//! [`Unwrap`]: crate::Unwrap
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![recursion_limit = "128"]
#![deny(rustdoc::broken_intra_doc_links, rustdoc::private_intra_doc_links)]

pub use derive_more_impl::*;

0 comments on commit 30bd893

Please sign in to comment.