diff options
Diffstat (limited to 'helix-dap/examples/dap-lldb.rs')
-rw-r--r-- | helix-dap/examples/dap-lldb.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/examples/dap-lldb.rs b/helix-dap/examples/dap-lldb.rs index c9a99548..5823b8bf 100644 --- a/helix-dap/examples/dap-lldb.rs +++ b/helix-dap/examples/dap-lldb.rs @@ -56,7 +56,7 @@ pub async fn main() -> Result<()> { "breakpoints: {:#?}", client .set_breakpoints( - "/tmp/cdebug/main.c".to_owned(), + "/tmp/cdebug/main.c".into(), vec![SourceBreakpoint { line: 6, column: Some(2), |