basic clippy fixes

This commit is contained in:
Henry Schimke
2023-10-28 10:57:42 -05:00
parent 88a4083799
commit 4c9ec95d00
6 changed files with 10 additions and 10 deletions

View File

@@ -617,7 +617,7 @@ fn encode_command(
// println!("Encode: file_name: {}, barcode_type: {}, width: {:?}, height: {:?}, data: '{:?}', data_file: {:?}", file_name, barcode_type, width, height, data, data_file);
let writer = MultiFormatWriter::default();
let writer = MultiFormatWriter;
match writer.encode_with_hints(
&input_data,
barcode_type,