Skip to content

Commit

Permalink
remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkinne committed Sep 12, 2024
1 parent f952328 commit 4536797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![cfg_attr(all(not(test), not(feature = "std")), no_std)]

mod command;
mod setting;
#[cfg(feature = "tokio")]
pub mod tokio;

Expand Down

0 comments on commit 4536797

Please sign in to comment.