From 8c7fca773fa657f8270d782d2882052faaf122c1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 16 Dec 2024 17:23:06 -0700 Subject: [PATCH] Update lib.rs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 3d2407b..3ae485a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,6 @@ #![no_std] #![warn(missing_docs)] +#![allow(unused_mut)] #![allow(clippy::match_like_matches_macro)] #![allow(clippy::uninlined_format_args)] #![allow(clippy::result_unit_err)]