diff options
Diffstat (limited to 'src/command/client/history.rs')
| -rw-r--r-- | src/command/client/history.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/command/client/history.rs b/src/command/client/history.rs index d001658c..805fe4ca 100644 --- a/src/command/client/history.rs +++ b/src/command/client/history.rs @@ -128,11 +128,7 @@ pub fn print_cmd_only(w: &mut StdoutLock, h: &[History]) { } impl Cmd { - pub async fn run( - &self, - settings: &Settings, - db: &mut (impl Database + Send + Sync), - ) -> Result<()> { + pub async fn run(&self, settings: &Settings, db: &mut impl Database) -> Result<()> { let context = current_context(); match self { |
