realmedia: fix or silence clippy warnings
[nihav.git] / nihav-realmedia / src / lib.rs
index aec7ef311f3193fd69ea05ddc6038d2de2082e0b..634e3b2e95a71a5e19a96132f96493d11dbbe247 100644 (file)
@@ -7,6 +7,7 @@ extern crate nihav_codec_support;
 #[allow(clippy::excessive_precision)]
 #[allow(clippy::identity_op)]
 #[allow(clippy::needless_range_loop)]
+#[allow(clippy::single_match)]
 #[allow(clippy::too_many_arguments)]
 #[allow(clippy::unreadable_literal)]
 #[allow(clippy::useless_let_if_seq)]
@@ -21,4 +22,4 @@ pub use crate::codecs::realmedia_register_all_codecs;
 #[allow(clippy::useless_let_if_seq)]
 mod demuxers;
 #[cfg(feature="demuxers")]
-pub use crate::demuxers::realmedia_register_all_demuxers;
\ No newline at end of file
+pub use crate::demuxers::realmedia_register_all_demuxers;