fix clippy

This commit is contained in:
fakeshadow 2021-01-27 23:09:16 -08:00
parent 79a84be9a5
commit ecb5e9477e
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
use std::{ use std::{
fmt, fmt, io, net,
io, net,
pin::Pin, pin::Pin,
task::{Context, Poll}, task::{Context, Poll},
}; };