diff --git a/crates/polars-io/src/cloud/object_store_setup.rs b/crates/polars-io/src/cloud/object_store_setup.rs index cbe6ee8758a1..4d43d8184d62 100644 --- a/crates/polars-io/src/cloud/object_store_setup.rs +++ b/crates/polars-io/src/cloud/object_store_setup.rs @@ -45,7 +45,6 @@ pub fn object_path_from_string(path: String) -> object_store::path::Path { // We transmute because they don't expose a way to just create it from a string // without encoding or decoding it. If one day we can't use this transmute hack // anymore then we'll just have to `Path::from_url_path(percent_encode(path))` - { const _: [(); std::mem::align_of::()] = [(); std::mem::align_of::()];