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
If you run clippy after a build, it just says "Finished dev [unoptimized + debuginfo] target(s) in Xs", because it doesn't recompile.
We should do something to make clippy recompile (perhaps not replacing the compiled artifacts so it has minimal impact)
cc @alexcrichton ideally this would be a flag on cargo check.
cargo check
The text was updated successfully, but these errors were encountered:
That issue is around for quite some time #2604
Sorry, something went wrong.
heh I tried to look for it and couldn't. I knew I'd seen this before
No branches or pull requests
If you run clippy after a build, it just says "Finished dev [unoptimized + debuginfo] target(s) in Xs", because it doesn't recompile.
We should do something to make clippy recompile (perhaps not replacing the compiled artifacts so it has minimal impact)
cc @alexcrichton ideally this would be a flag on
cargo check
.The text was updated successfully, but these errors were encountered: