File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ impl<W: AsyncWrite + Unpin> BufWriter<W> {
178
178
& mut self . inner
179
179
}
180
180
181
- // pub fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut W> {
182
- // self.inner()
183
- // }
181
+ // pub fn get_pin_mut(self: Pin<&mut Self>) -> Pin<&mut W> {
182
+ // self.inner()
183
+ // }
184
184
185
185
/// Consumes BufWriter, returning the underlying writer
186
186
///
@@ -192,9 +192,9 @@ impl<W: AsyncWrite + Unpin> BufWriter<W> {
192
192
self . inner
193
193
}
194
194
195
- // pub fn poll_into_inner(self: Pin<&mut Self>, _cx: Context<'_>) -> Poll<io::Result<usize>> {
196
- // unimplemented!("poll into inner method")
197
- // }
195
+ // pub fn poll_into_inner(self: Pin<&mut Self>, _cx: Context<'_>) -> Poll<io::Result<usize>> {
196
+ // unimplemented!("poll into inner method")
197
+ // }
198
198
199
199
/// Returns a reference to the internally buffered data.
200
200
///
You can’t perform that action at this time.
0 commit comments