Root regressions, sorted by rank:
- accumulator-0.1.3 (before) (after)
- syncbox-0.2.4 (before) (after)
- memory_map-0.0.3 (before) (after)
accumulator and memory_map are because of the removal of raw_pointer_derive. syncbox is from deprecation of wait_timeout_ms; it has deny(warnings).
So it looks good, though IMO we might add the raw_pointer_derive lint back as a no-op.