summaryrefslogtreecommitdiff
path: root/helix-dap/examples/dap-dlv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-dap/examples/dap-dlv.rs')
-rw-r--r--helix-dap/examples/dap-dlv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/examples/dap-dlv.rs b/helix-dap/examples/dap-dlv.rs
index bffca676..bb5b1963 100644
--- a/helix-dap/examples/dap-dlv.rs
+++ b/helix-dap/examples/dap-dlv.rs
@@ -56,7 +56,7 @@ pub async fn main() -> Result<()> {
"breakpoints: {:#?}",
client
.set_breakpoints(
- "/tmp/godebug/main.go".to_owned(),
+ "/tmp/godebug/main.go".into(),
vec![SourceBreakpoint {
line: 8,
column: Some(2),