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::{
|
use std::{
|
||||||
fmt,
|
fmt, io, net,
|
||||||
io, net,
|
|
||||||
pin::Pin,
|
pin::Pin,
|
||||||
task::{Context, Poll},
|
task::{Context, Poll},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue