diff --git a/src/object-store/src/lib.rs b/src/object-store/src/lib.rs index 851484a0cffa..b727b6735274 100644 --- a/src/object-store/src/lib.rs +++ b/src/object-store/src/lib.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -pub use opendal::raw::{normalize_path as raw_normalize_path, Access, HttpClient}; +pub use opendal::raw::{Access, HttpClient}; pub use opendal::{ services, Buffer, Builder as ObjectStoreBuilder, Entry, EntryMode, Error, ErrorKind, FuturesAsyncReader, FuturesAsyncWriter, Lister, Metakey, Operator as ObjectStore, Reader,