mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-03 07:48:48 +00:00
togglerecord: Remove obsolete comment
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1864>
This commit is contained in:
parent
3e040c65f1
commit
4603a60ebe
1 changed files with 0 additions and 3 deletions
|
@ -1683,9 +1683,6 @@ impl ToggleRecord {
|
|||
success
|
||||
}
|
||||
|
||||
// FIXME `matches!` was introduced in rustc 1.42.0, current MSRV is 1.41.0
|
||||
// FIXME uncomment when CI can upgrade to 1.47.1
|
||||
//#[allow(clippy::match_like_matches_macro)]
|
||||
fn src_event(&self, pad: &gst::Pad, mut event: gst::Event) -> bool {
|
||||
use gst::EventView;
|
||||
|
||||
|
|
Loading…
Reference in a new issue