Skip to content

Commit

Permalink
allow clippy::should_panic_without_expect
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Dec 10, 2023
1 parent 8184bb4 commit 6945ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/animation/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ impl FrameRate {
}

#[cfg(test)]
#[allow(clippy::should_panic_without_expect)]
mod tests {
use super::*;

Expand Down

0 comments on commit 6945ba9

Please sign in to comment.