Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #7243 - ehuss:ws-warn-fetch, r=alexcrichton
`cargo fetch`: Display workspace warnings. Warnings were previously hidden with `cargo fetch`. It may be a little confusing, so go ahead and display them. cc #7180 (comment) I thought about other commands that don't display warnings, but I couldn't think of any others where it would be useful. The only edge case is `publish`/`package`, which won't display unused key warnings because the manifest is rewritten and they are stripped. But displaying warnings there is awkward because some warnings will be displayed twice.
- Loading branch information