diff --git a/rust/src/qr_segment_advanced.rs b/rust/src/qr_segment_advanced.rs index 1e4444f..53bc640 100644 --- a/rust/src/qr_segment_advanced.rs +++ b/rust/src/qr_segment_advanced.rs @@ -125,7 +125,8 @@ fn compute_character_modes(code_points: &[char], version: Version) -> Vec bool { #[cfg(feature = "kanji")] // Load the unpacked the computation-friendly Shift JIS table -static UNICODE_TO_QR_KANJI: [i16; 1 << 16] = include!("unicode_to_qr_kanji.json"); \ No newline at end of file +static UNICODE_TO_QR_KANJI: [i16; 1 << 16] = include!("unicode_to_qr_kanji.json");