mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Clean cargo clippy warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -7,8 +7,6 @@ use idevice::{
|
||||
IdeviceService,
|
||||
};
|
||||
|
||||
mod common;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
env_logger::init();
|
||||
|
||||
Reference in New Issue
Block a user