mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Implement archive feature use flag
This commit is contained in:
parent
b62f3fd343
commit
358bc6816a
7 changed files with 95 additions and 61 deletions
|
@ -289,7 +289,7 @@ impl RemoteFile {
|
|||
/// This is ofcourse only done for properties that may be empty.
|
||||
///
|
||||
/// The file IDs are not asserted for equality.
|
||||
#[allow(useless_let_if_seq)]
|
||||
#[allow(unknown_lints, useless_let_if_seq)]
|
||||
pub fn merge(&mut self, other: &RemoteFile, overwrite: bool) -> bool {
|
||||
// Remember whether anything has changed
|
||||
let mut changed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue