Skip to content

Commit

Permalink
Combine two use lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jun 11, 2023
1 parent b442775 commit df3dc4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/asynclib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use futures::sink::Sink;
use pin_project_lite::pin_project;
use serde::{de::DeserializeOwned, Serialize};
use std::io::Result;
use std::marker::PhantomData;
use std::marker::Unpin;
use std::marker::{PhantomData, Unpin};
use std::pin::Pin;
use std::task::{Context, Poll};
use tokio::io::{AsyncBufRead, AsyncBufReadExt, AsyncWrite, AsyncWriteExt, Lines};
Expand Down

0 comments on commit df3dc4c

Please sign in to comment.