mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-04 17:19:41 +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};
|
||||
|
||||
pin_project! {
|
||||
#[doc(hidden)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
#[doc(hidden)]
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct Delay<S> {
|
||||
#[pin]
|
||||
stream: S,
|
||||
|
|
Loading…
Reference in a new issue