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 737045a commit 07d88b2Copy full SHA for 07d88b2
library/alloc/src/io/buffered/bufreader.rs
@@ -290,7 +290,7 @@ impl<R: Read> Read for BufReader<R> {
290
291
// we can't skip unconditionally because of the large buffer case in read.
292
unsafe fn initializer(&self) -> Initializer {
293
- unsafe { (*self).initializer() }
+ unsafe { self.inner.initializer() }
294
}
295
296
0 commit comments