mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-06 12:58:45 +08:00
Fix warning
This commit is contained in:
@@ -6,6 +6,7 @@ const SPACE_STR_LIST: [&str; 2] = [" ", " "];
|
||||
pub struct FixedFormatter {
|
||||
length: usize,
|
||||
keep_original: bool,
|
||||
#[allow(unused)]
|
||||
typ: Option<ScriptType>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user