closedcaption: Silence type complexity warning

This commit is contained in:
Sebastian Dröge 2020-11-19 18:20:29 +02:00
parent ea95c31939
commit a97d1da3ab
2 changed files with 2 additions and 0 deletions

View file

@ -155,6 +155,7 @@ fn parse_timecode_rate(
}
impl State {
#[allow(clippy::type_complexity)]
fn get_line(
&mut self,
drain: bool,

View file

@ -63,6 +63,7 @@ impl Default for State {
}
impl State {
#[allow(clippy::type_complexity)]
fn get_line(
&mut self,
drain: bool,