-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump minimal version to 1.31 #1936
Bump minimal version to 1.31 #1936
Conversation
8921d96
to
d8c9038
Compare
@weiznich Are you going to merge this PR in a few days? |
@h-michael The problem is that the CI is currently broken because a dependency bumped it minimal supported rust version. This requires us to also bump our minimal supported version, which is done in this PR. Generally we have the policy to not merge any PR's where the CI is broken. Also this should be the last rustfmt related change for a longer time 🎉 |
@weiznich |
It seems diesel-rs#1936 removed most uses of try! with rustfmt but rustfmt can't see inside macro usage or doc comments (both of which will trigger errors under rust 2018).
It seems diesel-rs#1936 removed most uses of try! with rustfmt but rustfmt can't see inside macro usage or doc comments (both of which will trigger errors under rust 2018).
(Sorry for opening the next formatting PR again, hopefully this is the last one…)