File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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> {
178178 & mut self . inner
179179 }
180180
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+ // }
184184
185185 /// Consumes BufWriter, returning the underlying writer
186186 ///
@@ -192,9 +192,9 @@ impl<W: AsyncWrite + Unpin> BufWriter<W> {
192192 self . inner
193193 }
194194
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+ // }
198198
199199 /// Returns a reference to the internally buffered data.
200200 ///
You can’t perform that action at this time.
0 commit comments