Don't use deprecated method in impl Arbitrary for DateTime#1336
Don't use deprecated method in impl Arbitrary for DateTime#1336pitdicker merged 3 commits intochronotope:mainfrom
impl Arbitrary for DateTime#1336Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1336 +/- ##
=======================================
Coverage 91.72% 91.72%
=======================================
Files 38 38
Lines 17267 17267
=======================================
Hits 15839 15839
Misses 1428 1428 ☔ View full report in Codecov by Sentry. |
4b27c91 to
21cc533
Compare
|
It turns out arbitrary doesn't support Because there is a chance it may in the future, I thought it best to not make the |
|
Converted to draft for now. Maybe my comment in rust-fuzz/arbitrary#74 (comment) gets a reply. |
|
This is a small PR that replaces the use of a deprecated method and sets up a CI test for the |
Missed in #1175. I also modified the CI to check the
arbitraryfeature.