-
Notifications
You must be signed in to change notification settings - Fork 360
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
build: Fix build after rust-lang/rust#60951 #852
Conversation
Other than this nit, looks good. Thanks! |
I removed the second commit (to force to use 2018 edition idioms). |
That also works. I am still in favor of using 2018 idioms, I just don't like warnings to stop things from compiling when I am developing. So I'd be happy if you could re-submit that commit, with my comments applied, as a new PR. :) |
@bors r+ |
📌 Commit fd71fbe has been approved by |
build: Fix build after rust-lang/rust#60951
💔 Test failed - checks-travis |
Timeout on macOS. @bors retry |
build: Fix build after rust-lang/rust#60951
☀️ Test successful - checks-travis, status-appveyor |
build: Warn if not use 2018 idioms As requested in #852 (comment)
No description provided.