gst-plugins-rs/net/raptorq/src
Sebastian Dröge 05207cafea raptorq: Derive Eq for some more structs
warning: you are deriving `PartialEq` and can implement `Eq`
  --> net/raptorq/src/fecscheme.rs:13:24
   |
13 | #[derive(Clone, Debug, PartialEq)]
   |                        ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
   |
   = note: `#[warn(clippy::derive_partial_eq_without_eq)]` on by default
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq

warning: you are deriving `PartialEq` and can implement `Eq`
  --> net/raptorq/src/fecscheme.rs:38:24
   |
38 | #[derive(Clone, Debug, PartialEq)]
   |                        ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
2022-08-09 13:40:39 +00:00
..
raptorqdec Add RaptorQ RTP FEC plugins 2022-07-20 13:34:58 +00:00
raptorqenc Add RaptorQ RTP FEC plugins 2022-07-20 13:34:58 +00:00
fecscheme.rs raptorq: Derive Eq for some more structs 2022-08-09 13:40:39 +00:00
lib.rs Add RaptorQ RTP FEC plugins 2022-07-20 13:34:58 +00:00