mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
Fix ws clippy warnings
This commit is contained in:
parent
9d1bba5e92
commit
c32fa7cc2b
5 changed files with 25 additions and 14 deletions
|
|
@ -48,6 +48,7 @@ struct ConnectionHandle {
|
|||
valid_until_after_tls_update: Option<ValidUntil>,
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn run_socket_worker(
|
||||
_sentinel: PanicSentinel,
|
||||
config: Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue