mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-08 09:26:42 +00:00
$cargo fmt
This commit is contained in:
parent
ae7adf2c36
commit
1554b04407
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
use pin_project_lite::pin_project;
|
use pin_project_lite::pin_project;
|
||||||
use std::pin::Pin;
|
use std::pin::Pin;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
use crate::stream::{IntoStream, Stream};
|
use crate::stream::{IntoStream, Stream};
|
||||||
use crate::task::{Context, Poll};
|
use crate::task::{Context, Poll};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue