Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 9, 2024
1 parent 8e58db2 commit 9fd3cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,10 @@ impl Args {
clog.repo = self.repository;
clog.subtitle = self.subtitle;
clog.link_style = self.link_style.into();
clog.to = self.to.to_owned();
clog.out_format = self.format.into();

self.to.clone_into(&mut clog.to);

debugln!("Returning clog:\n{:?}", clog);

Ok(clog)
Expand Down

0 comments on commit 9fd3cd3

Please sign in to comment.