aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-19 02:24:53 +0000
committerBlaž Hrastnik2021-08-20 04:51:38 +0000
commit94a1951d40d26f4f535bdb5aab5668c84fdd95ae (patch)
treef0cfbfca98cbddbb3388f935671eaee00343b53a /helix-term/src/application.rs
parent8759dc7e3389a6215f6a28e3e89e4a4912aca3c4 (diff)
Work towards a breakpoint UI
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r--helix-term/src/application.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs
index 59072a09..42b9bcde 100644
--- a/helix-term/src/application.rs
+++ b/helix-term/src/application.rs
@@ -245,11 +245,7 @@ impl Application {
}
}
- pub async fn handle_debugger_message(
- &mut self,
- call: (),
- server_id: usize,
- ) {
+ pub async fn handle_debugger_message(&mut self, call: ()) {
//
}