mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
no red lines in readsolomon.rs
This commit is contained in:
@@ -108,7 +108,7 @@ pub trait ECIInput {
|
||||
* @author Sean Owen
|
||||
*/
|
||||
|
||||
let grid_sampler: GridSampler = DefaultGridSampler::new();
|
||||
let grid_sampler: dyn GridSampler = DefaultGridSampler::new();
|
||||
pub struct GridSampler {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user