From 12f0a14b301de52ff737ea0e4641b4d5cda75080 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Tue, 28 May 2024 05:12:54 +0800 Subject: [PATCH] clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6841027a..cb1c3040 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"