mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: fix/silence clippy warnings
This commit is contained in:
parent
5401eaf85f
commit
9d1bba5e92
8 changed files with 137 additions and 123 deletions
|
|
@ -49,6 +49,7 @@ pub struct SocketWorker {
|
|||
}
|
||||
|
||||
impl SocketWorker {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn run(
|
||||
_sentinel: PanicSentinel,
|
||||
shared_state: State,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue