From 9e5dc19dd38bba9a858aac45d55b9e15d49aa304 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 25 Oct 2023 10:49:51 +0100 Subject: [PATCH] Don't gate multipart behind feature flag --- object_store/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/object_store/src/lib.rs b/object_store/src/lib.rs index 9f3f30b6e7e2..9a0667229803 100644 --- a/object_store/src/lib.rs +++ b/object_store/src/lib.rs @@ -263,7 +263,6 @@ pub use client::{ #[cfg(feature = "cloud")] mod config; -#[cfg(feature = "cloud")] pub mod multipart; mod parse; mod util;