From 8a401092265c539bc84215b7ab2349e88f22a9d9 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 8 Jan 2023 15:50:23 -0600 Subject: [PATCH] clippy --fix --- src/qrcode/QRCodeWriterTestCase.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qrcode/QRCodeWriterTestCase.rs b/src/qrcode/QRCodeWriterTestCase.rs index d5192cf..63f8530 100644 --- a/src/qrcode/QRCodeWriterTestCase.rs +++ b/src/qrcode/QRCodeWriterTestCase.rs @@ -19,7 +19,7 @@ use std::{collections::HashMap, path::PathBuf}; use image::DynamicImage; use crate::{ - common::BitMatrix, qrcode::QRCodeWriter, BarcodeFormat, DecodeHintType, DecodeHintValue, + common::BitMatrix, qrcode::QRCodeWriter, BarcodeFormat, EncodeHintType, EncodeHintValue, Writer, };