From fe50e6ff6fd718c5ea99fc9b02155f2ece569676 Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 21 Aug 2025 17:55:09 -0600 Subject: [PATCH] remove allow(const_item_mutation) --- src/rust/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rust/lib.rs b/src/rust/lib.rs index 20c3556b..0027145c 100644 --- a/src/rust/lib.rs +++ b/src/rust/lib.rs @@ -1,5 +1,3 @@ -#![allow(const_item_mutation)] - #[macro_use] mod dbg;