Fix warning

This commit is contained in:
2025-06-07 21:17:30 +08:00
parent 4068cc5a04
commit afd7dc5674

View File

@@ -6,6 +6,7 @@ const SPACE_STR_LIST: [&str; 2] = [" ", " "];
pub struct FixedFormatter {
length: usize,
keep_original: bool,
#[allow(unused)]
typ: Option<ScriptType>,
}