mirror of
https://github.com/async-rs/async-std.git
synced 2025-06-15 10:41:32 +00:00
fix indent
This commit is contained in:
parent
9f7c1833dc
commit
da965e9ba4
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ use crate::stream::Stream;
|
||||||
use crate::task::{Context, Poll};
|
use crate::task::{Context, Poll};
|
||||||
|
|
||||||
pin_project! {
|
pin_project! {
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[allow(missing_debug_implementations)]
|
#[allow(missing_debug_implementations)]
|
||||||
pub struct Delay<S> {
|
pub struct Delay<S> {
|
||||||
#[pin]
|
#[pin]
|
||||||
stream: S,
|
stream: S,
|
||||||
|
|
Loading…
Reference in a new issue