mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
cargo clippy && fmt
This commit is contained in:
@@ -18,7 +18,10 @@ use std::rc::Rc;
|
||||
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
use crate::{datamatrix::encoder::{SymbolInfo, SymbolShapeHint}, common::CharacterSetECI};
|
||||
use crate::{
|
||||
common::CharacterSetECI,
|
||||
datamatrix::encoder::{SymbolInfo, SymbolShapeHint},
|
||||
};
|
||||
|
||||
use super::{high_level_encoder, minimal_encoder, symbol_info, SymbolInfoLookup};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user