Rollup merge of #147110 - SebastianSpeitel:patch-1, r=saethlin
Fix typo Noticed this when looking at the source on doc.rust-lang.org
This commit is contained in:
commit
f4032bcb8a
1 changed files with 1 additions and 1 deletions
|
|
@ -3234,7 +3234,7 @@ fn inlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {
|
|||
}
|
||||
}
|
||||
|
||||
// Used by `BufReader::spec_read_byte`, for which the `inline(ever)` is
|
||||
// Used by `BufReader::spec_read_byte`, for which the `inline(never)` is
|
||||
// important.
|
||||
#[inline(never)]
|
||||
fn uninlined_slow_read_byte<R: Read>(reader: &mut R) -> Option<Result<u8>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue