From 453679738028fc3603d468e2fa12aa1381676551 Mon Sep 17 00:00:00 2001 From: Liam Kinne Date: Thu, 12 Sep 2024 19:57:03 +1000 Subject: [PATCH] remove unused module --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bb680c8..fb02ec7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ #![cfg_attr(all(not(test), not(feature = "std")), no_std)] mod command; -mod setting; #[cfg(feature = "tokio")] pub mod tokio;