Skip to content

Commit 312fcc0

Browse files
committed
chore: code cleanup
1 parent 9f368ee commit 312fcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::arch::x86_64::{
88
_mm512_cmplt_epu8_mask, _mm512_load_si512, _mm512_loadu_si512, _mm512_set1_epi8,
99
};
1010

11-
use crate::{ESCAPE, HEX_BYTES, UU};
11+
use crate::generic::{ESCAPE, HEX_BYTES, UU};
1212

1313
// Constants for control character detection using signed comparison trick
1414
const TRANSLATION_A: i8 = i8::MAX - 31i8;

0 commit comments

Comments
 (0)