File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ pub trait SinkExt: Sink {
256
256
}
257
257
258
258
/// Wraps a [`Sink`] into a sink compatible with libraries using
259
- /// futures 0.1 `Sink`. Requires the `compat` feature to enable .
259
+ /// futures 0.1 `Sink`. Requires the `compat` feature to be enabled .
260
260
#[ cfg( feature = "compat" ) ]
261
261
fn compat < E > ( self , executor : E ) -> Compat < Self , E >
262
262
where Self : Sized + Unpin ,
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ pub trait TryStreamExt: TryStream {
371
371
}
372
372
373
373
/// Wraps a [`TryStream`] into a stream compatible with libraries using
374
- /// futures 0.1 `Stream`. Requires the `compat` feature to enable .
374
+ /// futures 0.1 `Stream`. Requires the `compat` feature to be enabled .
375
375
#[ cfg( feature = "compat" ) ]
376
376
fn compat < E > ( self , executor : E ) -> Compat < Self , E >
377
377
where Self : Sized + Unpin ,
You can’t perform that action at this time.
0 commit comments