mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-31 13:12:37 +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 {
|
impl State {
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
fn get_line(
|
fn get_line(
|
||||||
&mut self,
|
&mut self,
|
||||||
drain: bool,
|
drain: bool,
|
||||||
|
|
|
@ -63,6 +63,7 @@ impl Default for State {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl State {
|
impl State {
|
||||||
|
#[allow(clippy::type_complexity)]
|
||||||
fn get_line(
|
fn get_line(
|
||||||
&mut self,
|
&mut self,
|
||||||
drain: bool,
|
drain: bool,
|
||||||
|
|
Loading…
Reference in a new issue