mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 17:40:37 +00:00
bump recursion limit, as suggested by compiler error
error[E0275]: overflow evaluating the requirement `tokio_epoll_uring::system::slots::SlotHandle: std::marker::Send`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`pageserver`)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![recursion_limit = "300"]
|
||||
#![deny(clippy::undocumented_unsafe_blocks)]
|
||||
|
||||
mod auth;
|
||||
|
||||
Reference in New Issue
Block a user