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
As can be seen in the fix documentation and in the clippy github page there’s a way for us to not only display the lints, but also fix them!
A first use case could be behind an option flag, like cargo-scout -f or cargo-scout —fix
A really awesome one would be by using the official fix command, like cargo fix —scout !
It’s a pretty big one, which will probably require a couple of steps ^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As can be seen in the fix documentation and in the clippy github page there’s a way for us to not only display the lints, but also fix them!
A first use case could be behind an option flag, like cargo-scout -f or cargo-scout —fix
A really awesome one would be by using the official fix command, like cargo fix —scout !
It’s a pretty big one, which will probably require a couple of steps ^^
The text was updated successfully, but these errors were encountered: