Document usage of unsafe block
This commit is contained in:
parent
4ca769ad09
commit
a30ee8e763
1 changed files with 1 additions and 0 deletions
|
|
@ -1134,6 +1134,7 @@ mod impls {
|
|||
-1 => Less,
|
||||
0 => Equal,
|
||||
1 => Greater,
|
||||
// SAFETY: Unreachable code
|
||||
_ => unsafe { unreachable_unchecked() },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue