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

@@ -20,7 +20,7 @@
// import com.google.zxing.LuminanceSource;
// import com.google.zxing.NotFoundException;
use std::{cell::RefCell, rc::Rc, borrow::Cow};
use std::{rc::Rc, borrow::Cow};
use once_cell::unsync::OnceCell;

View File

@@ -20,7 +20,7 @@
// import com.google.zxing.LuminanceSource;
// import com.google.zxing.NotFoundException;
use std::{cell::RefCell, rc::Rc, borrow::Cow};
use std::{rc::Rc, borrow::Cow};
use once_cell::unsync::OnceCell;