Change formatting of safety comment
This commit is contained in:
parent
12d6238f4d
commit
d4fd8538cb
1 changed files with 1 additions and 3 deletions
|
|
@ -1282,9 +1282,7 @@ impl<'a> SplitAsciiWhitespace<'a> {
|
|||
return "";
|
||||
}
|
||||
|
||||
// Safety:
|
||||
//
|
||||
// Slice is created from str.
|
||||
// SAFETY: Slice is created from str.
|
||||
unsafe { crate::str::from_utf8_unchecked(&self.inner.iter.iter.v) }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue