From 665746446281d136e5bbc011268f73ddf714286a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michel?= Date: Mon, 10 Jul 2023 12:58:47 +0000 Subject: [PATCH] fir async server compilation after last change --- transport/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/transport/src/lib.rs b/transport/src/lib.rs index 3ff89d6..54cc817 100644 --- a/transport/src/lib.rs +++ b/transport/src/lib.rs @@ -18,7 +18,6 @@ pub trait Connection { type RecvStream: RecvStream; /// A producer of outgoing Unidirectional and Bidirectional streams. type OpenStreams: OpenStreams< - B, SendStream = Self::SendStream, RecvStream = Self::RecvStream, BidiStream = Self::BidiStream,