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
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.
0 commit comments