We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcf51e commit f5b9f31Copy full SHA for f5b9f31
1 file changed
src/decode.rs
@@ -36,7 +36,7 @@ fn decode_intl(input: &[u8]) -> Result<Vec<u8>, DecodeError> {
36
// SAFETY: it's one of 0 or 1. There are no other options.
37
_ => unsafe { core::hint::unreachable_unchecked() },
38
#[cfg(not(feature = "unsafe"))]
39
- _ => unreachable!()
+ _ => unreachable!(),
40
});
41
42
#[inline(always)]
0 commit comments