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
path: root/video
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 /video
parent31a53bba8ae22d4be44861c868fb663fd46a69a3 (diff)
Allow "unused_doc_comments" as we use hotdoc and not rustdoc
Diffstat (limited to 'video')
-rw-r--r--video/cdg/src/lib.rs2
-rw-r--r--video/closedcaption/src/lib.rs2
-rw-r--r--video/dav1d/src/lib.rs2
-rw-r--r--video/ffv1/src/lib.rs2
-rw-r--r--video/flavors/src/lib.rs2
-rw-r--r--video/gif/src/lib.rs2
-rw-r--r--video/gtk4/src/lib.rs2
-rw-r--r--video/hsv/src/lib.rs2
-rw-r--r--video/rav1e/src/lib.rs2
-rw-r--r--video/rspng/src/lib.rs2
-rw-r--r--video/videofx/src/lib.rs2
-rw-r--r--video/webp/src/lib.rs2
12 files changed, 12 insertions, 12 deletions
diff --git a/video/cdg/src/lib.rs b/video/cdg/src/lib.rs
index 03dd36298..0c7e03944 100644
--- a/video/cdg/src/lib.rs
+++ b/video/cdg/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-cdg:
diff --git a/video/closedcaption/src/lib.rs b/video/closedcaption/src/lib.rs
index 570c31433..a42039937 100644
--- a/video/closedcaption/src/lib.rs
+++ b/video/closedcaption/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)]
#![recursion_limit = "128"]
/**
diff --git a/video/dav1d/src/lib.rs b/video/dav1d/src/lib.rs
index f74aee42b..efb511401 100644
--- a/video/dav1d/src/lib.rs
+++ b/video/dav1d/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-rsdav1d:
diff --git a/video/ffv1/src/lib.rs b/video/ffv1/src/lib.rs
index d76b895fb..1bc71c3e6 100644
--- a/video/ffv1/src/lib.rs
+++ b/video/ffv1/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-ffv1:
diff --git a/video/flavors/src/lib.rs b/video/flavors/src/lib.rs
index dd9c0fcc8..7813d92e3 100644
--- a/video/flavors/src/lib.rs
+++ b/video/flavors/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-rsflv:
diff --git a/video/gif/src/lib.rs b/video/gif/src/lib.rs
index 3d3b33eba..7d57ac032 100644
--- a/video/gif/src/lib.rs
+++ b/video/gif/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-gif:
diff --git a/video/gtk4/src/lib.rs b/video/gtk4/src/lib.rs
index 21df1ba43..a666d3e6b 100644
--- a/video/gtk4/src/lib.rs
+++ b/video/gtk4/src/lib.rs
@@ -8,7 +8,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-gtk4:
diff --git a/video/hsv/src/lib.rs b/video/hsv/src/lib.rs
index 40e20e27f..92b88fcbe 100644
--- a/video/hsv/src/lib.rs
+++ b/video/hsv/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-hsv:
diff --git a/video/rav1e/src/lib.rs b/video/rav1e/src/lib.rs
index 3395fc22f..d3c6f588c 100644
--- a/video/rav1e/src/lib.rs
+++ b/video/rav1e/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-rav1e:
diff --git a/video/rspng/src/lib.rs b/video/rspng/src/lib.rs
index ce78256b9..030efc918 100644
--- a/video/rspng/src/lib.rs
+++ b/video/rspng/src/lib.rs
@@ -7,7 +7,7 @@
// except according to those terms.
//
// SPDX-License-Identifier: MIT OR Apache-2.0
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-rspng:
diff --git a/video/videofx/src/lib.rs b/video/videofx/src/lib.rs
index 5dbb4bb24..66fd55846 100644
--- a/video/videofx/src/lib.rs
+++ b/video/videofx/src/lib.rs
@@ -6,7 +6,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-videofx:
diff --git a/video/webp/src/lib.rs b/video/webp/src/lib.rs
index 5b6061e7c..20b868538 100644
--- a/video/webp/src/lib.rs
+++ b/video/webp/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-rswebp: