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.
2 parents dd53c32 + 3a20a4d commit 5781e6fCopy full SHA for 5781e6f
library/std/src/io/mod.rs
@@ -3234,7 +3234,7 @@ fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {
3234
}
3235
3236
3237
-// Used by `BufReader::spec_read_byte`, for which the `inline(ever)` is
+// Used by `BufReader::spec_read_byte`, for which the `inline(never)` is
3238
// important.
3239
#[inline(never)]
3240
fn uninlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {
0 commit comments