From c4970c617ed5f03dadce2a284b66539bf0ce3054 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 20 Aug 2021 16:48:59 +0300 Subject: make CI green --- helix-dap/examples/dap-lldb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-dap/examples/dap-lldb.rs') 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), -- cgit v1.2.3-70-g09d2