From 96dc56ad074583a5fa2222207dca7c2907e97b35 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 9 Oct 2025 14:29:26 +0000 Subject: [PATCH] Relax clippy::rest-pat-in-fully-bound-structs. Signed-off-by: Jason Volk --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 864177b5..3a84ea1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -965,7 +965,6 @@ pub_without_shorthand = "warn" rc_buffer = "warn" rc_mutex = "warn" redundant_type_annotations = "warn" -rest_pat_in_fully_bound_structs = "warn" semicolon_outside_block = "warn" str_to_string = "warn" string_lit_chars_any = "warn"