Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 15, 2024
1 parent 305ce1a commit 5159b52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/core/src/client_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ impl<'a> OpenRequest<'a> {
}
}

// TODO(al8n): we may cannot remove BoxFuture here, but it requires more changes,
// as async fn in trait will make this trait not Object Safe, so in other places
// we cannot use BoxedClient. We may need to reference the AsyncRead/AsyncWrite trait
// to make the trait object safe.
pub trait ClientEventsProxy {
/// # Cancellation Safety
/// This future must be safe to cancel.
Expand Down

0 comments on commit 5159b52

Please sign in to comment.