Skip to content

Commit

Permalink
Remove outdated comment about Unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB committed Jan 8, 2025
1 parent e53f5bd commit d3f953a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions async-time-mock-tokio/src/timeout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ impl<T: Debug> Debug for Timeout<T> {
}
}

// implementing `Unpin` is currently impossible because the underlying async_time_mock_core::Timeout doesn't allow it (`sleep` is an async function)

impl<T> Future for Timeout<T>
where
T: Future,
Expand Down

0 comments on commit d3f953a

Please sign in to comment.