Fix unreachable code warning
This commit is contained in:
parent
d61f3c885d
commit
eb7dcf60ec
|
@ -243,6 +243,7 @@ impl ScopedFtz {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unreachable_code)] // This is only unreachable if on SSE or aarch64
|
||||
Self {
|
||||
should_disable_again: false,
|
||||
_send_sync_marker: PhantomData,
|
||||
|
|
Loading…
Reference in a new issue