From 4391538161102ba71d7939c6d1406f5b727decd8 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 2 Aug 2025 17:23:15 +0400 Subject: [PATCH] chore: cleanup --- tests/common/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 76b008e..d03c8f9 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs @@ -1,5 +1,3 @@ -#![allow(dead_code)] - use anyhow::{Context, Result}; use std::fs; use std::path::{Path, PathBuf};