From 6945ba9118e3a97fd894ead0ab8bb9b4468e43d3 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sun, 10 Dec 2023 15:28:27 +0100 Subject: [PATCH] allow clippy::should_panic_without_expect --- src/animation/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/animation/mod.rs b/src/animation/mod.rs index 981f994..93a8507 100644 --- a/src/animation/mod.rs +++ b/src/animation/mod.rs @@ -232,6 +232,7 @@ impl FrameRate { } #[cfg(test)] +#[allow(clippy::should_panic_without_expect)] mod tests { use super::*;