diff --git a/rust/src/storage/mod.rs b/rust/src/storage/mod.rs index 6d4bd080e0..fd316b1212 100644 --- a/rust/src/storage/mod.rs +++ b/rust/src/storage/mod.rs @@ -212,8 +212,6 @@ impl ObjectStore for DeltaObjectStore { } /// Perform a get request with options - /// - /// Note: options.range will be ignored if [`GetResult::File`] async fn get_opts(&self, location: &Path, options: GetOptions) -> ObjectStoreResult { self.storage.get_opts(location, options).await }