2
0
Fork 1
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:
k-nasa 2019-11-28 15:54:13 +09:00
parent 9f7c1833dc
commit da965e9ba4

View file

@ -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,