mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
fix clippy hints
This commit is contained in:
parent
e807866469
commit
61b8da9ef8
@ -106,7 +106,7 @@ pub(super) fn execute(
|
||||
match (old_snap_ids.is_empty(), opts.dry_run) {
|
||||
(true, _) => println!("no snapshot changed."),
|
||||
(false, true) => {
|
||||
println!("would have modified the following snapshots:\n {old_snap_ids:?}")
|
||||
println!("would have modified the following snapshots:\n {old_snap_ids:?}");
|
||||
}
|
||||
(false, false) => {
|
||||
let p = progress_counter("saving new snapshots...");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user