Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'video/gtk4/src/lib.rs')
-rw-r--r--video/gtk4/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/gtk4/src/lib.rs b/video/gtk4/src/lib.rs
index 2133ce924..575ba5b29 100644
--- a/video/gtk4/src/lib.rs
+++ b/video/gtk4/src/lib.rs
@@ -8,6 +8,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
+#![allow(clippy::non_send_fields_in_send_ty)]
use gst::glib;