Ammends typo in generator & generated
This commit is contained in:
parent
9ce0ebf994
commit
9fddd28d38
3 changed files with 1129 additions and 1129 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -840,7 +840,7 @@ impl fmt::Display for UnsafetyComment {
|
|||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
match self {
|
||||
Self::Custom(s) => s.fmt(f),
|
||||
Self::Neon => write!(f, "Neon instrinsic unsafe"),
|
||||
Self::Neon => write!(f, "Neon intrinsic unsafe"),
|
||||
Self::Uninitialized => write!(
|
||||
f,
|
||||
"This creates an uninitialized value, and may be unsound (like \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue