Skip to content

Commit

Permalink
fix warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
estokes committed Dec 31, 2024
1 parent aecd438 commit 20af9e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pub use mio_serial::{
};

use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};

use std::convert::TryFrom;
use std::io::{Read, Result as IoResult, Write};
use std::pin::Pin;
use std::task::{Context, Poll};
Expand Down

0 comments on commit 20af9e8

Please sign in to comment.