From 53f1fb395f33e0fb8db9aebd09ea9082f650f9f1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Jun 2026 17:45:06 +0900 Subject: refactor: add linter --- crates/shirabe/src/plugin/mod.rs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 crates/shirabe/src/plugin/mod.rs (limited to 'crates/shirabe/src/plugin/mod.rs') diff --git a/crates/shirabe/src/plugin/mod.rs b/crates/shirabe/src/plugin/mod.rs deleted file mode 100644 index a26e117..0000000 --- a/crates/shirabe/src/plugin/mod.rs +++ /dev/null @@ -1,23 +0,0 @@ -pub mod capability; -pub mod capable; -pub mod command_event; -pub mod plugin_blocked_exception; -pub mod plugin_events; -pub mod plugin_interface; -pub mod plugin_manager; -pub mod post_file_download_event; -pub mod pre_command_run_event; -pub mod pre_file_download_event; -pub mod pre_pool_create_event; - -pub use capability::*; -pub use capable::*; -pub use command_event::*; -pub use plugin_blocked_exception::*; -pub use plugin_events::*; -pub use plugin_interface::*; -pub use plugin_manager::*; -pub use post_file_download_event::*; -pub use pre_command_run_event::*; -pub use pre_file_download_event::*; -pub use pre_pool_create_event::*; -- cgit v1.3.1