fix: qualify runtime binding helper
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user