From e4153c863b96cad3a89ddc09377400d799573493 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 16 Dec 2024 17:27:10 -0700 Subject: [PATCH] Update lib.rs (#201) --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 3b9f00c..8970878 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,6 +15,7 @@ #![warn(missing_docs)] #![allow(clippy::borrow_deref_ref)] #![allow(unused_imports)] +#![allow(unused_mut)] #![allow(clippy::write_with_newline)] #![allow(clippy::needless_return)]