Skip to content

Commit

Permalink
fix(el-strategy): missing feature='std' on Ready impl
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti committed Mar 15, 2023
1 parent 52cb4bf commit 690cae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strategy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ pub struct Ready {
_private: (),
}

#[cfg(feature = "std")]
impl Future for Ready {
type Output = ();

Expand Down

0 comments on commit 690cae5

Please sign in to comment.