mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-27 18:35:53 +02:00
Fix code style (#65)
* Fix clippy warnings * cargo fmt * Remove redundant lifetime
This commit is contained in:
@@ -445,7 +445,7 @@ impl Accept {
|
||||
delay(Instant::now() + Duration::from_millis(510)).await;
|
||||
let _ = r.set_readiness(mio::Ready::readable());
|
||||
}
|
||||
.boxed(),
|
||||
.boxed(),
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user