diff options
Diffstat (limited to 'crates/shirabe/src/command/diagnose_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/diagnose_command.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/command/diagnose_command.rs b/crates/shirabe/src/command/diagnose_command.rs index 514671a..37009fb 100644 --- a/crates/shirabe/src/command/diagnose_command.rs +++ b/crates/shirabe/src/command/diagnose_command.rs @@ -108,7 +108,7 @@ impl Command for DiagnoseCommand { let config: std::rc::Rc<std::cell::RefCell<Config>>; if let Some(ref mut c) = composer { - let c = crate::command::composer_full(c); + let c = crate::composer::composer_full(c); config = c.get_config().clone(); let command_event = CommandEvent::new6( @@ -267,7 +267,7 @@ impl Command for DiagnoseCommand { )); if let Some(ref mut c) = composer { - let c = crate::command::composer_full_mut(c); + let c = crate::composer::composer_full(c); io.write(&format!( "Active plugins: {}", implode( |
