From c839244d8d09f3036ebfee8eef7eb6b147e593ab Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 19 May 2026 00:10:22 +0900 Subject: fix(compile): fix various compile errors Co-Authored-By: Claude Sonnet 4.6 --- crates/shirabe/src/plugin/pre_pool_create_event.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/shirabe/src/plugin/pre_pool_create_event.rs') diff --git a/crates/shirabe/src/plugin/pre_pool_create_event.rs b/crates/shirabe/src/plugin/pre_pool_create_event.rs index 5d1a4e9..a1a6bc6 100644 --- a/crates/shirabe/src/plugin/pre_pool_create_event.rs +++ b/crates/shirabe/src/plugin/pre_pool_create_event.rs @@ -21,6 +21,10 @@ pub struct PrePoolCreateEvent { } impl PrePoolCreateEvent { + pub fn get_name(&self) -> &str { + self.inner.get_name() + } + #[allow(clippy::too_many_arguments)] pub fn new( name: String, -- cgit v1.3.1