Skip to content

Commit 73d6171

Browse files
committed
fix clippy
1 parent 3826d4b commit 73d6171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/popups/branchlist.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ impl DrawableComponent for BranchListPopup {
104104
}
105105

106106
impl Component for BranchListPopup {
107+
// TODO: clean up
108+
#[allow(clippy::too_many_lines)]
107109
fn commands(
108110
&self,
109111
out: &mut Vec<CommandInfo>,
@@ -219,6 +221,7 @@ impl Component for BranchListPopup {
219221
true,
220222
true,
221223
));
224+
222225
out.push(CommandInfo::new(
223226
strings::commands::reset_branch(&self.key_config),
224227
self.valid_selection(),

0 commit comments

Comments
 (0)