mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 02:59:01 +02:00
Fix code style (#65)
* Fix clippy warnings * cargo fmt * Remove redundant lifetime
This commit is contained in:
@ -125,8 +125,7 @@ impl Runtime {
|
||||
{
|
||||
self.enter(|executor| {
|
||||
// Run the provided future
|
||||
let ret = executor.block_on(f);
|
||||
ret
|
||||
executor.block_on(f)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user