From c082969d16598938ad8ed20e7344d9986d6f39f0 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 10 Dec 2021 13:10:54 +0100 Subject: [PATCH] Adjust to clippy lint rename --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index e1e769d1..bee81aba 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -13,7 +13,7 @@ rustflags = [ "-Wclippy::branches_sharing_code", "-Wclippy::cloned_instead_of_copied", "-Wclippy::dbg_macro", - "-Wclippy::disallowed_type", + "-Wclippy::disallowed_types", "-Wclippy::empty_line_after_outer_attr", "-Wclippy::exhaustive_enums", "-Wclippy::exhaustive_structs",