aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sharshakov2021-08-22 06:52:37 +0000
committerDmitry Sharshakov2021-08-22 06:52:37 +0000
commit2aee5f02d0c32dd72cde2b28f2f2dbe17bafce46 (patch)
treed8c6f37907dbf32dcf197422b61f015453eb911a
parent7233ab2deb7ca45bdbb6e9ab6c17405456eb05ea (diff)
Style
-rw-r--r--helix-term/src/application.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs
index 85ea59c7..c9be81e2 100644
--- a/helix-term/src/application.rs
+++ b/helix-term/src/application.rs
@@ -296,7 +296,7 @@ impl Application {
..
}) = &debugger.stack_pointer
{
- let path = src.clone().into();
+ let path = src.clone();
self.editor
.open(path, helix_view::editor::Action::Replace)
.unwrap();
@@ -327,7 +327,6 @@ impl Application {
Payload::Response(_) => unreachable!(),
Payload::Request(_) => todo!(),
}
- // TODO
}
pub async fn handle_language_server_message(