-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix recent CI failures #3041
Fix recent CI failures #3041
Conversation
|
Kind of weird to request a review and then merge right after. Anyway, the usual way to test things like that is to run clippy on msrv. |
The review requests are automatic because of code ownership. |
Ah, yeah, they get trigger when you convert from draft to actual PR. |
Clippy on MSRV isn't always useful; a lot of the lints have been improved in the several versions since. |
Yeah sorry about that, I wanted to unassign you before I did so, but it seems I forgot |
* Fix new clippy lints * Fix nightly documentation warnings
* Fix new clippy lints * Fix nightly documentation warnings
We really need to work on making our CI more stable against upstream updates like this, but oh well, let's just fix it for now.