2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-09 01:46:42 +00:00

fix indent

This commit is contained in:
k-nasa 2019-10-29 09:27:35 +09:00
parent 613895d6be
commit c7dc147f73

View file

@ -8,8 +8,8 @@ use crate::future::Future;
use crate::task::{Context, Poll};
pin_project! {
#[doc(hidden)]
#[derive(Debug)]
#[doc(hidden)]
#[derive(Debug)]
pub struct DelayFuture<F> {
#[pin]
future: F,