Fix tests/utils.rs warning suppresion

This commit is contained in:
João Marcos Bezerra 2021-10-02 23:40:51 -03:00 committed by GitHub
parent 402f33b1cc
commit 7178ae84ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
#[allow(dead_code)]
#![allow(dead_code)]
use std::{
fs,
path::{Path, PathBuf},