Chore: clippy appeasement
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Encryption schemes supported by Discord's secure RTP negotiation.
|
||||
#[cfg(any(feature = "receive", test))]
|
||||
use super::tasks::error::Error as InternalError;
|
||||
use aead::AeadCore;
|
||||
use aes_gcm::{AeadInPlace, Aes256Gcm, KeyInit};
|
||||
|
||||
@@ -327,6 +327,7 @@ impl Live {
|
||||
return;
|
||||
}
|
||||
|
||||
#[allow(clippy::used_underscore_items)]
|
||||
self._march_deadline();
|
||||
}
|
||||
|
||||
|
||||
@@ -683,6 +683,7 @@ impl Mixer {
|
||||
};
|
||||
|
||||
#[cfg(not(test))]
|
||||
#[allow(clippy::used_underscore_items)]
|
||||
let send_status = self._send_packet(packet);
|
||||
|
||||
send_status.or_else(Error::disarm_would_block)?;
|
||||
|
||||
Reference in New Issue
Block a user