mirror of https://github.com/fafhrd91/actix-web
fix clippy
This commit is contained in:
parent
79a84be9a5
commit
ecb5e9477e
|
@ -1,6 +1,5 @@
|
|||
use std::{
|
||||
fmt,
|
||||
io, net,
|
||||
fmt, io, net,
|
||||
pin::Pin,
|
||||
task::{Context, Poll},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue