You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-scout does not display errors when the binary is run twice without making any changes to the code.
Steps to reproduce:
Violate clippy::pedantic rule. (e.g., create a 100 LoC function).
Run the program. (It displays the errors correctly)
Run the program again without making any changes.
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.