fix(rust): gate Windows provider helper

This commit is contained in:
Gatefixer
2026-08-08 21:34:20 +00:00
parent 6cb527dc80
commit 730334fe32
+1
View File
@@ -355,6 +355,7 @@ impl ListingDatabase {
url.to_string()
}
#[cfg(any(windows, test))]
fn uses_local_file_provider(object_store: &ObjectStore) -> bool {
matches!(
object_store.scheme(),