mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-25 03:25:36 +02:00
Fix code style (#65)
* Fix clippy warnings * cargo fmt * Remove redundant lifetime
This commit is contained in:
@@ -87,7 +87,7 @@ where
|
||||
let _ = f.await;
|
||||
drop(guard);
|
||||
}
|
||||
.boxed_local(),
|
||||
.boxed_local(),
|
||||
);
|
||||
ok(())
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user