diff --git a/deduped_broadcast/src/lib.rs b/deduped_broadcast/src/lib.rs index 4dc25d80..29936ca0 100644 --- a/deduped_broadcast/src/lib.rs +++ b/deduped_broadcast/src/lib.rs @@ -8,7 +8,6 @@ use std::{ hash::{Hash, Hasher}, }; use tokio::sync::{broadcast, mpsc}; -use tokio::task::yield_now; struct DedupedBroadcasterTask where