diff --git a/proto/signalling.rs b/proto/signalling.rs index f70cc7c1..2830fe7e 100644 --- a/proto/signalling.rs +++ b/proto/signalling.rs @@ -5,6 +5,7 @@ // https://github.com/rust-lang/rust-clippy/issues/702 #![allow(unknown_lints)] #![allow(clippy::all)] +#![allow(renamed_and_removed_lints)] #![allow(unused_attributes)] #![cfg_attr(rustfmt, rustfmt::skip)] diff --git a/src/signalling.rs b/src/signalling.rs index f70cc7c1..2830fe7e 100644 --- a/src/signalling.rs +++ b/src/signalling.rs @@ -5,6 +5,7 @@ // https://github.com/rust-lang/rust-clippy/issues/702 #![allow(unknown_lints)] #![allow(clippy::all)] +#![allow(renamed_and_removed_lints)] #![allow(unused_attributes)] #![cfg_attr(rustfmt, rustfmt::skip)]