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/rar.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crates/shirabe-php-shim/src/rar.rs') diff --git a/crates/shirabe-php-shim/src/rar.rs b/crates/shirabe-php-shim/src/rar.rs index 8efce90..10c7e27 100644 --- a/crates/shirabe-php-shim/src/rar.rs +++ b/crates/shirabe-php-shim/src/rar.rs @@ -1,6 +1,3 @@ -use crate::PhpMixed; -use indexmap::IndexMap; - #[derive(Debug)] pub struct RarEntry; -- cgit v1.3.1