Testing against my code base, I got lots of clippy::return_self_not_must_use warnings. It appears that this new lint was decided to be overeager and moved to the pedantic group but the move missed the stable release cut. I'd like to highlight this as possibly worth backporting to reduce churn observed in stable.
It is worth highlighting that incremental compilation has been disabled due to a bug that has been fixed in 1.60 but couldn't be backported (there were multiple PRs involved in different stages and it was found quite late in the schedule). If you re-enable it manually, it would be useful to hear if you hit the bug as well to get a good idea of how frequent it is in practice.
Thanks for testing and reporting this! I rebuilt the artifacts with that lint downgraded for 1.59; I realized looking back through my inbox that I forgot to post here.