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.
1 parent 47797e8 commit 9cc2f2aCopy full SHA for 9cc2f2a
futures-util/src/compat/compat01as03.rs
@@ -72,7 +72,7 @@ pub trait Sink01CompatExt: Sink01 {
72
/// [`Sink<SinkItem = T, SinkError = E>`](futures::sink::Sink)
73
/// into a futures 0.3
74
/// [`Sink<SinkItem = T, SinkError = E>`](futures_sink::sink::Sink).
75
- fn compat_sink(self) -> Compat01As03Sink<Self, Self::SinkItem>
+ fn sink_compat(self) -> Compat01As03Sink<Self, Self::SinkItem>
76
where
77
Self: Sized,
78
{
0 commit comments