-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
make tidy
should run first on the buildbots
#7085
Comments
Or maybe |
(maybe both. huonw's point is legitimate; it would save buildbot time.) |
part of #8058 . (I feel like I've seen evidence that this actually happened at some point recently?) |
Triage: no change to the buildbots, but now we have have travis CI building every PR, so people get tidy feedback fast and this is essentially irrelevant. |
Don't allow adjustments for `manual_map` fixes: rust-lang#7077 The other option here would be to add the return type to the closure. It would be fine for simple types, but longer types can be rather unwieldy. Could also implement the adjustment manually. changelog: Don't lint `manual_map` when type adjustments are added. e.g. autoderef
It seems silly to spend 20 minutes building if there is trailing whitespace or a line > 100 chars, which is only discovered at the start of
make check
.The text was updated successfully, but these errors were encountered: