mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-18 23:25:52 +00:00
closedcaption: Silence type complexity warning
This commit is contained in:
parent
ea95c31939
commit
a97d1da3ab
2 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,7 @@ fn parse_timecode_rate(
|
|||
}
|
||||
|
||||
impl State {
|
||||
#[allow(clippy::type_complexity)]
|
||||
fn get_line(
|
||||
&mut self,
|
||||
drain: bool,
|
||||
|
|
|
@ -63,6 +63,7 @@ impl Default for State {
|
|||
}
|
||||
|
||||
impl State {
|
||||
#[allow(clippy::type_complexity)]
|
||||
fn get_line(
|
||||
&mut self,
|
||||
drain: bool,
|
||||
|
|
Loading…
Reference in a new issue