chore: remove unused traits module

This commit is contained in:
Callum Leslie 2026-03-04 20:53:58 +00:00
parent 863ca61215
commit 79ad51772d
2 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,3 @@
pub mod traits;
#[cfg(feature = "sync-crossbeam")]
pub mod crossbeam;
#[cfg(feature = "sync-flume")]

View file

@ -1 +0,0 @@
pub use crate::traits::{ChannelError, ChannelReceiver, ChannelSender, ChannelType};