]> git.proxmox.com Git - cargo.git/commit - src/doc/src/commands/cargo-doc.md
Auto merge of #10466 - hi-rustin:rustin-patch-tree, r=weihanglo
authorbors <bors@rust-lang.org>
Wed, 30 Mar 2022 16:08:16 +0000 (16:08 +0000)
committerbors <bors@rust-lang.org>
Wed, 30 Mar 2022 16:08:16 +0000 (16:08 +0000)
commitaefc3cfc495aca5d16352f75e2e08ff5f21b6949
tree9ac19cf91d1a0c6f8378cc1e85053253471b5fc7
parent9090042e0946dc3c9c51ef75218ac83fe44873f2
parentc45c2a5b2806a8f0d85c1f4eac183804ee58fcde
Auto merge of #10466 - hi-rustin:rustin-patch-tree, r=weihanglo

Don't treat host/target duplicates as duplicates

### What does this PR try to resolve?

close https://github.com/rust-lang/cargo/issues/9519

Don't treat host/target duplicates as duplicates.

### How should we test and review this PR?

- Unit test.
- Create a manifest where a dependency shows up as both a normal dependency and a build-dependency. Run `cargo tree -d --target x86_64-unknown-linux-gnu`