We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adbd96 commit d1080eaCopy full SHA for d1080ea
1 file changed
crates/objc2/src/lib.rs
@@ -126,7 +126,6 @@
126
#![allow(clippy::needless_doctest_main)]
127
// Update in Cargo.toml as well.
128
#![doc(html_root_url = "https://docs.rs/objc2/0.6.4")]
129
-#![recursion_limit = "10240"] // TEMPORARY
130
131
#[cfg(not(feature = "alloc"))]
132
compile_error!("The `alloc` feature currently must be enabled.");
0 commit comments