From 8d340144c671d61d12f160fe8bec6957c08c1d7a Mon Sep 17 00:00:00 2001 From: Masterchef365 Date: Thu, 11 Sep 2025 00:59:39 -0700 Subject: [PATCH] Alloc crate is not used. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0dfa1ad..2f43c8a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,4 @@ #![no_std] -extern crate alloc; mod bool_trie; mod tables;