Skip to content

Commit d1080ea

Browse files
committed
Remove temporary recursion limit
1 parent 3adbd96 commit d1080ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/objc2/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
#![allow(clippy::needless_doctest_main)]
127127
// Update in Cargo.toml as well.
128128
#![doc(html_root_url = "https://docs.rs/objc2/0.6.4")]
129-
#![recursion_limit = "10240"] // TEMPORARY
130129

131130
#[cfg(not(feature = "alloc"))]
132131
compile_error!("The `alloc` feature currently must be enabled.");

0 commit comments

Comments
 (0)