From 5159b528bb751aafeaecff33adfb80c3872a160c Mon Sep 17 00:00:00 2001 From: Al Liu Date: Mon, 15 Apr 2024 15:13:18 +0800 Subject: [PATCH] Remove unused comment --- crates/core/src/client_events.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/core/src/client_events.rs b/crates/core/src/client_events.rs index 8fa3674df..02fea0a2b 100644 --- a/crates/core/src/client_events.rs +++ b/crates/core/src/client_events.rs @@ -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.