diff options
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r-- | helix-term/src/application.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 42b9bcde..011dafee 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -245,9 +245,8 @@ impl Application { } } - pub async fn handle_debugger_message(&mut self, call: ()) { - - // + pub async fn handle_debugger_message(&mut self, _call: ()) { + // TODO } pub async fn handle_language_server_message( |