diff --git a/src/format/fixed.rs b/src/format/fixed.rs index 3345a90..e4eb9de 100644 --- a/src/format/fixed.rs +++ b/src/format/fixed.rs @@ -6,6 +6,7 @@ const SPACE_STR_LIST: [&str; 2] = [" ", " "]; pub struct FixedFormatter { length: usize, keep_original: bool, + #[allow(unused)] typ: Option, }