no red lines in readsolomon.rs

This commit is contained in:
Henry Schimke
2022-08-15 15:22:35 -05:00
parent ef13820a06
commit a5e6fe77e4
2 changed files with 78 additions and 77 deletions

View File

@@ -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 {
}