cleaned up many warnings

This commit is contained in:
Henry Schimke
2022-10-17 10:50:18 -05:00
parent 8c102cab8f
commit 111fe47566
71 changed files with 2553 additions and 2528 deletions

View File

@@ -19,8 +19,6 @@
//import org.junit.Assert;
//import org.junit.Test;
use std::rc::Rc;
use super::{GenericGF, GenericGFPoly};
/**

View File

@@ -1,6 +1,6 @@
use rand::Rng;
use super::{GenericGF, GenericGFRef, ReedSolomonDecoder, ReedSolomonEncoder};
use super::{GenericGFRef, ReedSolomonDecoder, ReedSolomonEncoder};
/*
* Copyrigh&t 2013 ZXing authors
*

View File

@@ -1,8 +1,3 @@
use std::fmt;
use crate::Exceptions;
use std::hash::Hash;
#[cfg(test)]
mod GenericGFPolyTestCase;
#[cfg(test)]