mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Clippy warnings (#382)
This commit is contained in:
parent
2cbc42730b
commit
d39611d246
19 changed files with 33 additions and 43 deletions
|
@ -231,10 +231,7 @@ mod tests {
|
|||
ntex_service::fn_service(|_| async { Ok::<_, ()>(()) })
|
||||
});
|
||||
|
||||
let srv = Connector::default()
|
||||
.tag("T")
|
||||
.memory_pool(PoolId::P5)
|
||||
.clone();
|
||||
let srv = Connector::default().tag("T").memory_pool(PoolId::P5);
|
||||
let result = srv.connect("").await;
|
||||
assert!(result.is_err());
|
||||
let result = srv.connect("localhost:99999").await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue