mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http: silence clippy warnings
This commit is contained in:
parent
c32fa7cc2b
commit
746aa47cce
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ struct ConnectionHandle {
|
|||
valid_until: Rc<RefCell<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