From 2914770fba6b3cc03a68fae493f60470a41962ec Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 20 May 2026 09:54:30 +0900 Subject: refactor: re-export module items to shorten import paths --- crates/shirabe/src/plugin/post_file_download_event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/plugin/post_file_download_event.rs') diff --git a/crates/shirabe/src/plugin/post_file_download_event.rs b/crates/shirabe/src/plugin/post_file_download_event.rs index 549807a..46d52c0 100644 --- a/crates/shirabe/src/plugin/post_file_download_event.rs +++ b/crates/shirabe/src/plugin/post_file_download_event.rs @@ -2,7 +2,7 @@ use shirabe_php_shim::PhpMixed; -use crate::event_dispatcher::event::Event; +use crate::event_dispatcher::Event; #[derive(Debug)] pub struct PostFileDownloadEvent { -- cgit v1.3.1