Document usage of unsafe block
This commit is contained in:
parent
4ca769ad09
commit
a30ee8e763
@ -1134,6 +1134,7 @@ mod impls {
|
||||
-1 => Less,
|
||||
0 => Equal,
|
||||
1 => Greater,
|
||||
// SAFETY: Unreachable code
|
||||
_ => unsafe { unreachable_unchecked() },
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user