tustvold commented on code in PR #4930:
URL: https://github.com/apache/arrow-rs/pull/4930#discussion_r1358286928
##########
object_store/src/local.rs:
##########
@@ -1246,13 +1237,7 @@ mod tests {
prefix: Option<&Path>,
expected: &[&str],
) {
- let result: Vec<_> = integration
- .list(prefix)
- .await
- .unwrap()
- .try_collect()
- .await
- .unwrap();
+ let result: Vec<_> =
integration.list(prefix).try_collect().await.unwrap();
Review Comment:
This is much nicer imo
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]