Remove unnecessary recursion_limit.
Reduce type_length_limits. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![recursion_limit = "192"]
|
||||
#![allow(clippy::wildcard_imports)]
|
||||
#![allow(clippy::enum_glob_use)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![type_length_limit = "262144"] //TODO: REDUCE ME
|
||||
#![type_length_limit = "65536"] //TODO: REDUCE ME
|
||||
#![allow(clippy::toplevel_ref_arg)]
|
||||
|
||||
pub mod client;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![type_length_limit = "49152"] //TODO: reduce me
|
||||
#![type_length_limit = "4096"] //TODO: reduce me
|
||||
|
||||
pub(crate) mod clap;
|
||||
mod logging;
|
||||
|
||||
Reference in New Issue
Block a user