-
Notifications
You must be signed in to change notification settings - Fork 10
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
No warnings raised when the binary is run twice #36
Comments
If I'm not mistaken, this is clippy's fault and has been fixed in nightly. See rust-lang/cargo#7450 I think the change will be available in the next stable version. |
You're correct. Let's leave this issue open until the next stable version is released, so we can make sure it works as expected after the new release :) |
Ok some great news: I've been able to run |
@daubaris could you please test again to make sure i can close this one? :) |
@o0Ignition0o yeah, I can confirm that it works with |
cargo-scout
does not display errors when the binary is run twice without making any changes to the code.Steps to reproduce:
clippy::pedantic
rule. (e.g., create a 100 LoC function).This results in:
No warnings raised by clippy::pedantic in your diff, you're good to go!
. I suppose the expected behavior should be that the program should output the warnings again.The text was updated successfully, but these errors were encountered: