Quantcast
Viewing all articles
Browse latest Browse all 44

How can I only show warnings if there are no errors?

Often during development, I have a bunch of unused imports and variables. I like to fix those after I have correctly working code. The warnings these generate cause me to scroll though the cargo build output to find errors among all the warnings.

Is that possible to only show the warnings if compilation succeeds?

I don't want to ignore the warnings entirely, since I do want to solve them before committing the code.


Viewing all articles
Browse latest Browse all 44

Trending Articles