-
Notifications
You must be signed in to change notification settings - Fork 9
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
Investigate elide lifetimes #23
Conversation
Please revert all the formatting changes other than the lifetime changes (there are changes in some of the macros, the hex capitalization issue, some parentheses that went missing). This PR should only touch the lifetime issues flagged by clippy. Thanks! |
Will do tomorrow! Thanks @alexmoon :) |
@alexmoon That should be everything formatted correctly now, only changes on the PR are the lifetimes and the formatting around it :) |
This PR is focused on getting rid of clippy nightly warnings based on redundant lifetimes. It aims to solve the issue listed in #21.
I did find that I had to turn my format on save off when doing this PR as it would break my imports in some of the files resulting in a mess of errors.
The code still builds in both nightly and stable and clippy no longer has any warnings in either stable or nightly :)