Skip to content

Commit

Permalink
Clean up old unnecessary docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Sep 15, 2023
1 parent 5c66d58 commit 7340be0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<GetResult> {
self.storage.get_opts(location, options).await
}
Expand Down

0 comments on commit 7340be0

Please sign in to comment.