From 1fe1cd3fe9da3f34d8529a0c4cc89fdc61af5065 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 17:44:03 +0900 Subject: fix(compile): add dyn keyword to all trait object usages (E0782) Co-Authored-By: Claude Sonnet 4.6 --- crates/shirabe/src/plugin/capability/command_provider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/plugin/capability/command_provider.rs') diff --git a/crates/shirabe/src/plugin/capability/command_provider.rs b/crates/shirabe/src/plugin/capability/command_provider.rs index adc0148..f96c9e9 100644 --- a/crates/shirabe/src/plugin/capability/command_provider.rs +++ b/crates/shirabe/src/plugin/capability/command_provider.rs @@ -5,5 +5,5 @@ use crate::command::base_command::BaseCommand; use crate::plugin::capability::capability::Capability; pub trait CommandProvider: Capability { - fn get_commands(&self) -> Vec>; + fn get_commands(&self) -> Vec>; } -- cgit v1.3.1