fix: qualify runtime binding helper

This commit is contained in:
2026-09-06 03:52:42 +09:00
parent 88fad3893e
commit e7803d1aba
+1 -1
View File
@@ -14533,7 +14533,7 @@ fn validate_public_runtime_id(runtime_id: &str) -> ApiResult<()> {
#[cfg(test)] #[cfg(test)]
fn remote_runtime_config_from_binding( fn remote_runtime_config_from_binding(
binding: &WorkspaceRuntimeBinding, binding: &crate::store::WorkspaceRuntimeBinding,
) -> std::result::Result<RemoteRuntimeConfig, RuntimeDiagnostic> { ) -> std::result::Result<RemoteRuntimeConfig, RuntimeDiagnostic> {
let remote = RemoteRuntimeConfig::new( let remote = RemoteRuntimeConfig::new(
binding.runtime_id.clone(), binding.runtime_id.clone(),