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 'utils/uriplaylistbin/src/lib.rs')
-rw-r--r--utils/uriplaylistbin/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/uriplaylistbin/src/lib.rs b/utils/uriplaylistbin/src/lib.rs
index d2752153b..4ab225ba7 100644
--- a/utils/uriplaylistbin/src/lib.rs
+++ b/utils/uriplaylistbin/src/lib.rs
@@ -5,6 +5,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
+#![allow(clippy::non_send_fields_in_send_ty)]
use gst::glib;