cleanup more warnings and deprecated function use

This commit is contained in:
Henry Schimke
2022-12-30 17:00:35 -06:00
parent b383d7b0d4
commit 29a4040f2d
38 changed files with 158 additions and 133 deletions

View File

@@ -218,11 +218,7 @@ impl Code93Writer {
*/
#[cfg(test)]
mod Code93WriterTestCase {
use crate::{
common::BitMatrixTestCase,
oned::{Code93Writer},
BarcodeFormat, Writer,
};
use crate::{common::BitMatrixTestCase, oned::Code93Writer, BarcodeFormat, Writer};
#[test]
fn testEncode() {