From 2e415f687ddfd37b50eb477b3485a00a44fb4f52 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 11 Nov 2023 20:57:41 -0800 Subject: [PATCH] cargo fmt --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fe7a03bd53..4b99e2f33e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,6 @@ // implementation does not consider the mutable fields, so it is still // correct. #![allow(clippy::mutable_key_type)] - // Debugging features shouldn't be in checked-in code. #![warn(clippy::todo)] #![warn(clippy::dbg_macro)]