cargo clippy fix

This commit is contained in:
Henry Schimke
2022-12-16 11:19:00 -06:00
parent 7258dcc4b3
commit c0ffa2bb1c
11 changed files with 7 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use rxing::{maxicode::MaxiCodeReader, BarcodeFormat, DecodeHintType, MultiFormatReader};
use rxing::{BarcodeFormat, MultiFormatReader};
mod common;