Allow "unused_doc_comments" as we use hotdoc and not rustdoc

This commit is contained in:
Thibault Saunier 2022-08-29 11:41:33 -04:00
parent 31a53bba8a
commit 67e651f57c
36 changed files with 36 additions and 36 deletions

View file

@ -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-rsaudiofx:

View file

@ -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-claxon:

View file

@ -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-csound:

View file

@ -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)]
use gst::glib;

View file

@ -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-spotify:

View file

@ -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-rsfile:

View file

@ -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-fmp4:

View file

@ -19,7 +19,7 @@
// IN THE SOFTWARE.
//
// SPDX-License-Identifier: MIT
#![allow(clippy::non_send_fields_in_send_ty)]
#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
/**
* plugin-sodium:

View file

@ -1,7 +1,7 @@
// Copyright (C) 2018 Sebastian Dröge <sebastian@centricular.com>
//
// Take a look at the license at the top of the repository in the LICENSE file.
#![allow(clippy::non_send_fields_in_send_ty)]
#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
//! A collection of GStreamer plugins which leverage the `threadshare` [`runtime`].
//!

View file

@ -17,7 +17,7 @@
// Boston, MA 02110-1335, USA.
//
// SPDX-License-Identifier: LGPL-2.1-or-later
#![allow(clippy::non_send_fields_in_send_ty)]
#![allow(clippy::non_send_fields_in_send_ty, unused_doc_comments)]
use futures::channel::mpsc;
use futures::future::BoxFuture;

View file

@ -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-aws:

View file

@ -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-hlssink3:

View file

@ -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-rsonvif:

View file

@ -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")]
/**

View file

@ -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-reqwest:

View file

@ -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-textahead:

View file

@ -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"]
/**

View file

@ -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"]
/**

View file

@ -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"]
/**

View file

@ -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)]
use gst::glib;

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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"]
/**

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: