Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jul 3, 2024
1 parent 590ef20 commit 57c9a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-io/src/cloud/object_store_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::<String>()] =
[(); std::mem::align_of::<object_store::path::Path>()];
Expand Down

0 comments on commit 57c9a3b

Please sign in to comment.