Rollup merge of #114867 - ttsugriy:ttsugriy-patch-1, r=scottmcm
[nit] Fix a comment typo.
This commit is contained in:
commit
8201f0ffda
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ pub unsafe fn from_boxed_utf8_unchecked(v: Box<[u8]>) -> Box<str> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Converts the bytes while the bytes are still ascii.
|
/// Converts the bytes while the bytes are still ascii.
|
||||||
/// For better average performance, this is happens in chunks of `2*size_of::<usize>()`.
|
/// For better average performance, this happens in chunks of `2*size_of::<usize>()`.
|
||||||
/// Returns a vec with the converted bytes.
|
/// Returns a vec with the converted bytes.
|
||||||
#[inline]
|
#[inline]
|
||||||
#[cfg(not(test))]
|
#[cfg(not(test))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue