Skip to content

Commit 5ad3a52

Browse files
committed
Silent clippy
1 parent 504e83d commit 5ad3a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ impl App {
140140
..
141141
} = self.args
142142
{
143+
#[allow(clippy::redundant_closure_call)]
143144
return Sub {
144145
direction: Direction::from_top_down(top_down),
145146
bar_alignment: BarAlignment::from_align_right(align_right),

0 commit comments

Comments
 (0)