mbrobbel commented on code in PR #303: URL: https://github.com/apache/arrow-rs-object-store/pull/303#discussion_r2010764791
########## src/client/backoff.rs: ########## @@ -78,7 +78,7 @@ impl Backoff { /// Creates a new `Backoff` with the optional `rng` /// - /// Used [`rand::thread_rng()`] if no rng provided + /// Used [`rand::rng()`] if no rng provided Review Comment: This function is `pub(crate)`, so it's not a breaking change. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org