Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernQ committed Nov 22, 2024
1 parent 40d7cb6 commit 185d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Repository {
self.selected.push(option.name.to_string());
}

let toggled_option = option.clone();
let toggled_option = option;
let currently_selected = self.selected.clone();
for option in currently_selected {
let Some(option) = find_option(&option, self.options) else {
Expand Down

0 comments on commit 185d207

Please sign in to comment.