Fix unreachable code warning

This commit is contained in:
Adrien Prokopowicz
2023-05-22 23:40:56 +02:00
committed by Robbert van der Helm
parent d61f3c885d
commit eb7dcf60ec

View File

@@ -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,