From 67e651f57c9674a6e64f00a946b352758373ce17 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Aug 2022 11:41:33 -0400 Subject: Allow "unused_doc_comments" as we use hotdoc and not rustdoc --- tutorial/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/src/lib.rs b/tutorial/src/lib.rs index 9f7998ef0..b7a5d3186 100644 --- a/tutorial/src/lib.rs +++ b/tutorial/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)] use gst::glib; -- cgit v1.2.3