We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
for<'a> &'a T: 'a
1 parent bca4096 commit d7ccdd8Copy full SHA for d7ccdd8
snocat/src/common/protocol/negotiation.rs
@@ -150,7 +150,7 @@ impl NegotiationClient {
150
) -> impl Future<Output = Result<S, NegotiationError<AE>>> + 'stream
151
where
152
S: TunnelStream + Send + 'stream,
153
- for<'a> &'a mut S: TunnelStream + Send + 'a,
+ for<'a> &'a mut S: TunnelStream + Send,
154
{
155
const LOCAL_PROTOCOL_VERSION: u8 = 0;
156
let negotiation_span = tracing::trace_span!("protocol_negotiation_client", addr=?addr);
0 commit comments