mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cleanup more warnings and deprecated function use
This commit is contained in:
@@ -354,13 +354,12 @@ impl<'a> SymbolInfoLookup<'a> {
|
||||
}
|
||||
|
||||
mod tests {
|
||||
use crate::{
|
||||
datamatrix::encoder::{SymbolInfo, SymbolShapeHint},
|
||||
Dimension,
|
||||
};
|
||||
|
||||
use crate::{datamatrix::encoder::SymbolShapeHint, Dimension};
|
||||
|
||||
use super::SymbolInfoLookup;
|
||||
|
||||
#[allow(dead_code)]
|
||||
const LOOKUP: SymbolInfoLookup = SymbolInfoLookup::new();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user