Clean cargo clippy warnings

This commit is contained in:
Jackson Coxson
2025-05-09 14:35:35 -06:00
parent 650cf5f017
commit 6ede026b6f
4 changed files with 1 additions and 112 deletions

View File

@@ -77,9 +77,6 @@ async fn main() {
.copy_all()
.await
.expect("Unable to get images");
for i in &images {
// println!("{:?}", i);
}
if let Some(path) = matches.get_one::<PathBuf>("save") {
tokio::fs::create_dir_all(path)
.await

View File

@@ -7,8 +7,6 @@ use idevice::{
IdeviceService,
};
mod common;
#[tokio::main]
async fn main() {
env_logger::init();