From 0cc1fde7a524c896c20e9cd12be0bc63d788ee91 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Fri, 22 May 2020 10:52:47 +0200 Subject: [PATCH] Fix warning in benchmark compilation --- tests/local_dezoomifying.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/local_dezoomifying.rs b/tests/local_dezoomifying.rs index c6d8a06..91fac4b 100644 --- a/tests/local_dezoomifying.rs +++ b/tests/local_dezoomifying.rs @@ -36,6 +36,8 @@ pub async fn dezoom_image<'a>(input: &str, expected: &'a str) -> Result Result<(), ZoomError> { let tmp_file = dezoom_image(input, expected).await?; let actual = image::open(tmp_file.to_path_buf())?;