Skip to content

Commit

Permalink
Ignore unused imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Aug 27, 2024
1 parent bd02932 commit 93e7f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions av_metrics_tests/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#[cfg(test)]
mod tests {
#![allow(unused_imports)]

use av_metrics::video::ciede::{calculate_video_ciede, calculate_video_ciede_nosimd};
use av_metrics::video::psnr::{calculate_video_apsnr, calculate_video_psnr};
use av_metrics::video::psnr_hvs::calculate_video_psnr_hvs;
Expand Down

0 comments on commit 93e7f39

Please sign in to comment.