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
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 /net/raptorq
parent31a53bba8ae22d4be44861c868fb663fd46a69a3 (diff)
Allow "unused_doc_comments" as we use hotdoc and not rustdoc
Diffstat (limited to 'net/raptorq')
-rw-r--r--net/raptorq/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/raptorq/src/lib.rs b/net/raptorq/src/lib.rs
index e9e8072f..3891efbe 100644
--- a/net/raptorq/src/lib.rs
+++ b/net/raptorq/src/lib.rs
@@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#![allow(clippy::non_send_fields_in_send_ty)]
+#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
#![doc = include_str!("../README.md")]
/**