diff --git a/src/project.cc b/src/project.cc index 952e3ba..b80aa15 100644 --- a/src/project.cc +++ b/src/project.cc @@ -377,7 +377,7 @@ void Project::LLDB::debug_start() { startup_commands.emplace_back("type category enable Rust"); } } - Debug::LLDB::get().start(*run_arguments, *project_path, breakpoints, std::move(startup_commands), remote_host); + Debug::LLDB::get().start(*run_arguments, *project_path, breakpoints, startup_commands, remote_host); }); } });