Remove unused imports and fix file naming

This commit is contained in:
Steve Cook
2023-03-02 00:10:39 -05:00
parent d2ab7de5dd
commit 37789a9395
8 changed files with 6 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
use std::{collections::HashSet, path::PathBuf, rc::Rc};
use std::{collections::HashSet, path::PathBuf};
use crate::{
common::HybridBinarizer, BarcodeFormat, BinaryBitmap, BufferedImageLuminanceSource,

View File

@@ -221,7 +221,7 @@ mod multi_qr_code_test_case {
* limitations under the License.
*/
use std::{collections::HashSet, path::PathBuf, rc::Rc};
use std::{collections::HashSet, path::PathBuf};
use image;