chore: fix clippy when remote flag is not set

This commit is contained in:
Jack Ye
2026-01-26 12:36:43 -08:00
parent 12a98479dc
commit 24e9f2e4d1

View File

@@ -892,6 +892,7 @@ pub struct ConnectBuilder {
embedding_registry: Option<Arc<dyn EmbeddingRegistry>>,
}
#[cfg(feature = "remote")]
const ENV_VARS_TO_STORAGE_OPTS: [(&str, &str); 1] =
[("AZURE_STORAGE_ACCOUNT_NAME", "azure_storage_account_name")];