diff options
author | Dmitry Sharshakov | 2021-08-20 13:48:59 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-08-20 13:48:59 +0000 |
commit | c4970c617ed5f03dadce2a284b66539bf0ce3054 (patch) | |
tree | 7565b51c56e3a6ccb7e0700e2fa3859e263bdd3b /helix-term/src/commands.rs | |
parent | a54b09e3fe6eaf72ab7a4f3664efc0b8b7cf13fd (diff) |
make CI green
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 012e0c7d..74b272c6 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -1908,7 +1908,7 @@ mod cmd { ) -> anyhow::Result<()> { use helix_dap::Client; use helix_lsp::block_on; - let (_, doc) = current!(cx.editor); + let (_, _doc) = current!(cx.editor); // look up config for filetype // if multiple available, open picker |