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

@@ -6,7 +6,7 @@
* limitations under the License.
*/
use rxing::{
oned::{CodaBarReader, Code39Reader, OneDReader},
oned::{Code39Reader},
BarcodeFormat, MultiFormatReader,
};