diff --git a/Cargo.toml b/Cargo.toml index 6841027..cb1c304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ unsafe_code = "forbid" rust_2018_idioms = "warn" # single_use_lifetimes = "warn" # non_ascii_idents = "warn" -non_local_definitions = 'warn' +# non_local_definitions = 'warn' unreachable_pub = "warn" missing_debug_implementations = "warn" missing_docs = "warn"