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:
Sebastian Dröge 2023-06-19 20:37:53 +03:00
parent 84d6298729
commit dfe2442c92

View file

@ -1,4 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
#![allow(unknown_lints)]
pub mod handlers;
pub mod server;