Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Jan 16, 2024
1 parent 8af0ca4 commit aa56949
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commands/copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn copy_to_target<P: ProgressBars, I: IndexedFull>(

let snaps = repo_dest.relevant_copy_snapshots(
|sn| !opts.ids.is_empty() || config.snapshot_filter.matches(sn),
&snapshots,
snapshots,
)?;

let mut table = table_with_titles(["ID", "Time", "Host", "Label", "Tags", "Paths", "Status"]);
Expand Down

0 comments on commit aa56949

Please sign in to comment.