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:
Diffstat (limited to 'audio/lewton/src/lib.rs')
-rw-r--r--audio/lewton/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lewton/src/lib.rs b/audio/lewton/src/lib.rs
index 7338be3c..3125a562 100644
--- a/audio/lewton/src/lib.rs
+++ b/audio/lewton/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;