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