Rust 2021

This commit is contained in:
veeso
2022-01-06 10:44:34 +01:00
committed by Christian Visintin
parent e7a29b7f1a
commit 696e3ae582
3 changed files with 1 additions and 9 deletions
@@ -97,7 +97,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not upload file: {}", err),
);
return;
}
}
FileExplorerTab::FindRemote | FileExplorerTab::Remote => {
@@ -119,7 +118,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not download file: {}", err),
);
return;
}
}
},
@@ -162,7 +160,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not upload file: {}", err),
);
return;
}
}
}
@@ -196,7 +193,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not download file: {}", err),
);
return;
}
}
}
@@ -113,7 +113,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not upload file: {}", err),
);
return;
}
}
}
@@ -154,7 +153,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not upload file: {}", err),
);
return;
}
}
}
@@ -185,7 +183,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not download file: {}", err),
);
return;
}
}
}
@@ -226,7 +223,6 @@ impl FileTransferActivity {
LogLevel::Error,
format!("Could not download file: {}", err),
);
return;
}
}
}