cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-01-27 15:24:24 -06:00
parent 58e6827e89
commit 42d40de755
86 changed files with 196 additions and 335 deletions

View File

@@ -218,7 +218,7 @@ fn decodeAsciiSegment(
result.append_char('0');
}
//result.append_char(char::from_u32(value).unwrap());
result.append_string(&format!("{}", value));
result.append_string(&format!("{value}"));
} else {
match oneByte {
230=> // Latch to C40 encodation