mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Clippy warnings (#382)
This commit is contained in:
parent
2cbc42730b
commit
d39611d246
19 changed files with 33 additions and 43 deletions
|
@ -183,7 +183,7 @@ mod tests {
|
|||
Pipeline::new(TimeoutService::new(resolution, SleepService(wait_time)).clone());
|
||||
assert_eq!(timeout.call(()).await, Ok(()));
|
||||
assert_eq!(timeout.ready().await, Ok(()));
|
||||
assert_eq!(timeout.shutdown().await, ());
|
||||
timeout.shutdown().await;
|
||||
}
|
||||
|
||||
#[ntex_macros::rt_test2]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue