-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactoring #6055
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
base: master
Are you sure you want to change the base?
Refactoring #6055
Conversation
|
Could you say what the goal of this PR? Its title "refactoring", but what problem are you trying to address with this? Ideally, each commit would explain what it is trying to accomplish and why. |
|
It makes some of the things more idiomatic and tries to remove some repetitions by e.g. merging arms of switch statements. |
This is a very general statement. Being specific could help. If this is referring to
As for what might be repetition, it is instead replaced with
|
|
I believe that right now you can only call use_self from the CLI since it’s still in the clippy nursery. |
|
The |
No description provided.