This is an archive of the discontinued Mercurial Phabricator instance.

setup: stop asking cargo to spam
ClosedPublic

Authored by valentin.gatienbaron on May 17 2020, 12:32 PM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG47787a48f469: setup: stop asking cargo to spam
Summary

It prints this kind of stuff by default:

Compiling regex v1.3.6
Compiling rand v0.7.3
Compiling crossbeam-deque v0.7.3

which is way better than we ask for before this change, which is
screen after screen of compilation commands and irrelevant warnings in
crates we use.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.