aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command')
-rw-r--r--crates/shirabe/src/command/suggests_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/suggests_command.rs b/crates/shirabe/src/command/suggests_command.rs
index 317b9c4..1f43070 100644
--- a/crates/shirabe/src/command/suggests_command.rs
+++ b/crates/shirabe/src/command/suggests_command.rs
@@ -23,7 +23,7 @@ pub struct SuggestsCommand {
composer: Option<Composer>,
io: Option<Box<dyn IOInterface>>,
- completion_trait: CompletionTrait,
+ completion_trait: Box<dyn CompletionTrait>,
}
impl SuggestsCommand {