aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-20 13:48:59 +0000
committerDmitry Sharshakov2021-08-20 13:48:59 +0000
commitc4970c617ed5f03dadce2a284b66539bf0ce3054 (patch)
tree7565b51c56e3a6ccb7e0700e2fa3859e263bdd3b /helix-term/src/application.rs
parenta54b09e3fe6eaf72ab7a4f3664efc0b8b7cf13fd (diff)
make CI green
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r--helix-term/src/application.rs5
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(