mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
webrtc/signalling: Allow unknown clippy lints
tracing is adding some that require a newer Rust version than used here. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1249>
This commit is contained in:
parent
84d6298729
commit
dfe2442c92
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
// SPDX-License-Identifier: MPL-2.0
|
||||
#![allow(unknown_lints)]
|
||||
|
||||
pub mod handlers;
|
||||
pub mod server;
|
||||
|
|
Loading…
Reference in a new issue