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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-08-29 18:41:33 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-08-30 01:33:22 +0300
commit67e651f57c9674a6e64f00a946b352758373ce17 (patch)
tree874f13fba7c15afedf51e92c4454cf85073c8b71 /utils
parent31a53bba8ae22d4be44861c868fb663fd46a69a3 (diff)
Allow "unused_doc_comments" as we use hotdoc and not rustdoc
Diffstat (limited to 'utils')
-rw-r--r--utils/fallbackswitch/src/lib.rs2
-rw-r--r--utils/togglerecord/src/lib.rs2
-rw-r--r--utils/tracers/src/lib.rs2
-rw-r--r--utils/uriplaylistbin/src/lib.rs2
4 files changed, 4 insertions, 4 deletions
diff --git a/utils/fallbackswitch/src/lib.rs b/utils/fallbackswitch/src/lib.rs
index 78b4634b..ae73d029 100644
--- a/utils/fallbackswitch/src/lib.rs
+++ b/utils/fallbackswitch/src/lib.rs
@@ -5,7 +5,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-fallbackswitch:
diff --git a/utils/togglerecord/src/lib.rs b/utils/togglerecord/src/lib.rs
index a3263657..e0cf7f1e 100644
--- a/utils/togglerecord/src/lib.rs
+++ b/utils/togglerecord/src/lib.rs
@@ -5,7 +5,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-togglerecord:
diff --git a/utils/tracers/src/lib.rs b/utils/tracers/src/lib.rs
index c35189eb..c9de9932 100644
--- a/utils/tracers/src/lib.rs
+++ b/utils/tracers/src/lib.rs
@@ -5,7 +5,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-rstracers:
diff --git a/utils/uriplaylistbin/src/lib.rs b/utils/uriplaylistbin/src/lib.rs
index 6a6057f5..2e7ebe76 100644
--- a/utils/uriplaylistbin/src/lib.rs
+++ b/utils/uriplaylistbin/src/lib.rs
@@ -5,7 +5,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-uriplaylistbin: