Skip to content

Commit

Permalink
chore: clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanGrover2004 committed Feb 17, 2024
1 parent ae7b7ab commit 2c1b5eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/src/decoder/tv_screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ impl dtvcc_tv_screen {

fn count_captions_lines_scc(&self) -> usize {
(0..CCX_DTVCC_SCREENGRID_ROWS)
.into_iter()
.filter(|&row_index| !self.is_row_empty(row_index as usize))
.count()
}
Expand Down

0 comments on commit 2c1b5eb

Please sign in to comment.