mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-02 09:43:48 +00:00
quinn: Silence some clippy warnings
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2356>
This commit is contained in:
parent
9c88b76bd5
commit
020afdfc96
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ struct Started {
|
|||
thread_quit: Option<oneshot::Sender<()>>,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Default)]
|
||||
enum State {
|
||||
#[default]
|
||||
|
|
|
@ -43,6 +43,7 @@ struct Started {
|
|||
stream_idx: u64,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Default)]
|
||||
enum State {
|
||||
#[default]
|
||||
|
|
Loading…
Reference in a new issue