From 7178ae84ff8e7ac5c9a0e1e4029fa8ea6f9c589d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Bezerra?= Date: Sat, 2 Oct 2021 23:40:51 -0300 Subject: [PATCH] Fix tests/utils.rs warning suppresion --- tests/utils.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils.rs b/tests/utils.rs index 9152e05..615cce4 100644 --- a/tests/utils.rs +++ b/tests/utils.rs @@ -1,4 +1,5 @@ -#[allow(dead_code)] +#![allow(dead_code)] + use std::{ fs, path::{Path, PathBuf},