diff options
Diffstat (limited to 'crates/shirabe/src/command/show_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/show_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/show_command.rs b/crates/shirabe/src/command/show_command.rs index 5a9c676..19e7712 100644 --- a/crates/shirabe/src/command/show_command.rs +++ b/crates/shirabe/src/command/show_command.rs @@ -2674,7 +2674,7 @@ impl ShowCommand { &best_stability, None, 0, - Some(&*self.get_io().borrow()), + Some(self.get_io().clone()), PhpMixed::Bool(true), )?; while let Some(ref c) = candidate { |
