clippy --fix

This commit is contained in:
Henry Schimke
2023-01-05 11:32:10 -06:00
parent b375e04160
commit b69f23711c
15 changed files with 21 additions and 24 deletions

View File

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

View File

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