Use std::sync::LazyLock instead of once_cell::Lazy#458
Use std::sync::LazyLock instead of once_cell::Lazy#458mulkieran merged 1 commit intostratis-storage:masterfrom
Conversation
|
Warning Rate limit exceeded@mulkieran has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 0 minutes and 29 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
6c50ebd to
3873a6d
Compare
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
3873a6d to
584a365
Compare
Generally better to use the library standard facility rather than an external crate where possible. LazyLock was introduced in version 1.80.0 of the Rust standard library. Signed-off-by: mulhern <amulhern@redhat.com>
584a365 to
51a821d
Compare
Related stratis-storage/project#833