Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lishuo committed Jan 6, 2021
1 parent 31a3031 commit 5e61738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::fixed::FixedInt;
use crate::varint::{VarInt, MSB};

#[cfg(feature = "tokio_async")]
use tokio::{io::{AsyncReadExt, AsyncRead, AsyncWrite}};
use tokio::io::{AsyncReadExt, AsyncRead};

#[cfg(feature = "futures_async")]
use futures_util::{io::AsyncRead, io::AsyncReadExt};
Expand Down

0 comments on commit 5e61738

Please sign in to comment.