mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +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,
|
||||
|
|
|
|||
|
|
@ -280,6 +280,7 @@ mod tests {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[quickcheck]
|
||||
fn test_urlencode_urldecode_20_bytes(
|
||||
a: u8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue