Skip to content

Don't run cargo in verbose mode

Alejandro Domínguez requested to merge (removed):no-verbose-cargo into master

In verbose mode cargo shows the whole rustc command for each crate that is being compiled. I think the defaults are enough for 99% of the cases.

Merge request reports