From 1e18ec1c5630ed8f88640ab66fb6924e51b957b0 Mon Sep 17 00:00:00 2001 From: Alexandre Courbot Date: Mon, 19 Feb 2024 11:00:29 +0900 Subject: [PATCH] decoder/h265: bypass clippy lint We will probably rework that code sometime in the future, so let's ignore this warning for now. --- src/decoder/stateless/h265.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/decoder/stateless/h265.rs b/src/decoder/stateless/h265.rs index 89ce8bc2..332ed95c 100644 --- a/src/decoder/stateless/h265.rs +++ b/src/decoder/stateless/h265.rs @@ -921,6 +921,7 @@ where } /// Called once per picture to start it. + #[allow(clippy::type_complexity)] fn begin_picture( &mut self, timestamp: u64,