We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check imports are renamed according to a config list (similar to disallowed_method).
This is a style lint so consistency and readability (subjective).
None 🤷
use serde_json::Value;
Could be written as:
use serde_json::Value as JsonValue;
If everyone is ok with this in the nursery I can open a PR.
The text was updated successfully, but these errors were encountered:
This lint should fit into the groups:
restriction
pedantic
disallowed_method is only in nursery as it has some problems that need to be worked out.
disallowed_method
Sorry, something went wrong.
b286b38
Successfully merging a pull request may close this issue.
What it does
Check imports are renamed according to a config list (similar to disallowed_method).
Categories
This is a style lint so consistency and readability (subjective).
Drawbacks
None 🤷
Example
Could be written as:
If everyone is ok with this in the nursery I can open a PR.
The text was updated successfully, but these errors were encountered: