Skip to content

Commit

Permalink
Update async.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Nov 6, 2024
1 parent e21d66f commit f9527d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@ pub trait Sleeper: 'static {
fn sleep(dur: std::time::Duration) -> Self::Sleep;
}

/// Default sleeper. Note this may only be used as a [`Sleeper`] implementation
/// if the "tokio" feature is enabled.
#[derive(Debug, Clone, Copy)]
pub struct DefaultSleeper;

Expand Down

0 comments on commit f9527d0

Please sign in to comment.