From 2b51554ff59d1e5cbf8dd2db65d278b0202a9102 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jun 2026 03:52:05 +0900 Subject: refactor: fix compiler warnings and clippy warnings --- crates/shirabe-php-shim/src/phar.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crates/shirabe-php-shim/src/phar.rs') diff --git a/crates/shirabe-php-shim/src/phar.rs b/crates/shirabe-php-shim/src/phar.rs index 8217808..692d593 100644 --- a/crates/shirabe-php-shim/src/phar.rs +++ b/crates/shirabe-php-shim/src/phar.rs @@ -1,6 +1,3 @@ -use crate::PhpMixed; -use indexmap::IndexMap; - #[derive(Debug)] pub struct Phar { path: String, -- cgit v1.3.1