Skip to content

Ignore `clippy::non_send_fields_in_send_ty` lint

Sebastian Dröge requested to merge slomo/gst-plugins-rs:rust-1.58 into master

It's useless in its current shape and wrongly triggering on all types.

See https://github.com/rust-lang/rust-clippy/issues/8045

Merge request reports