-
Notifications
You must be signed in to change notification settings - Fork 37
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
Migrate to 2018 edition #11
Conversation
koushiro
commented
Jan 17, 2020
•
edited
Loading
edited
- Migrate to 2018 edition
- Fix some clippy warnings
BTW, how about migrating to 2018 edition? |
I'm okay with migrating to edition 2018. But rustfmt.... Here is my comment on previous PR doing this: #9 (comment). I also prefer max_width=80 it's more comfortable side-by-side editing and also for reviewing diffs on github. |
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
@tailhook PTAL again :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, except few tiny things.
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
Looks nice. Thank you! |
By the way, env_logger which depends on this, has MSRV 1.31. Is there anything that requires 1.32? |
Hm, it seems |
At first, I just raised MSRV to 1.32 in order to use rand 0.7 in the test. Now it seems that we must add |