togglerecord: Remove obsolete comment

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1864>
This commit is contained in:
Sebastian Dröge 2024-10-19 14:21:03 +03:00 committed by GStreamer Marge Bot
parent 3e040c65f1
commit 4603a60ebe

View file

@ -1683,9 +1683,6 @@ impl ToggleRecord {
success 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 { fn src_event(&self, pad: &gst::Pad, mut event: gst::Event) -> bool {
use gst::EventView; use gst::EventView;