-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Update Clippy #58966
Update Clippy #58966
Conversation
* Ensure `expect_fun_call` bad suggestion is fixed * fix or ignore failing doc tests * move lint documentation into macro invocations * Fix missing_const_for_fn for impl trait methods * Don't trigger missing_const_for_fn in external macros
(rust_highfive has picked a reviewer for you, use r? to override) |
|
r? @oli-obk |
@bors r+ p=1 |
📌 Commit d6034bb has been approved by |
⌛ Testing commit d6034bb with merge 46b9384ae95631b6b32bbfd6909ed9afcca55130... |
💔 Test failed - status-appveyor |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Is that a spurious failure? The commit 46b9384ae95631b6b32bbfd6909ed9afcca55130 clearly exists? |
Yes, that looks very spurious @bors retry |
@ljedrz No problem, thank you! |
expect_fun_call
bad suggestion is fixedThis unblocks #57882