Chore: Cleanup clippy lints
This commit is contained in:
@@ -70,7 +70,7 @@ impl UdpRx {
|
||||
Err(flume::RecvError::Disconnected) => break,
|
||||
}
|
||||
},
|
||||
_ = tokio::time::sleep_until(playout_time) => {
|
||||
() = tokio::time::sleep_until(playout_time) => {
|
||||
let mut tick = VoiceTick {
|
||||
speaking: HashMap::new(),
|
||||
silent: HashSet::new(),
|
||||
@@ -97,7 +97,7 @@ impl UdpRx {
|
||||
|
||||
drop(interconnect.events.send(EventMessage::FireCoreEvent(CoreContext::VoiceTick(tick))));
|
||||
},
|
||||
_ = tokio::time::sleep_until(cleanup_time) => {
|
||||
() = tokio::time::sleep_until(cleanup_time) => {
|
||||
// periodic cleanup.
|
||||
let now = Instant::now();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user