diff --git a/tests/common/mod.rs b/tests/common/mod.rs index d03c8f9..76b008e 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -1,3 +1,5 @@ +#![allow(dead_code)] + use anyhow::{Context, Result}; use std::fs; use std::path::{Path, PathBuf};