-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dep_targets. #7626
Remove dep_targets. #7626
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #7625) made this pull request unmergeable. Please resolve the merge conflicts. |
060b978
to
cc9f5a8
Compare
@bors: r+ |
📌 Commit cc9f5a8 has been approved by |
⌛ Testing commit cc9f5a8 with merge 9621e3b06e809bf5ac27fb86722bf58c256ae05b... |
💔 Test failed - checks-azure |
@bors retry |
Remove dep_targets. This is just some code cleanup. The `dep_targets` method has been replaced by `unit_deps`, which doesn't force the creation of a new Vec.
☀️ Test successful - checks-azure |
Update cargo 11 commits in 750cb1482e4d0e74822cded7ab8b3c677ed8b041..626f0f40efd32e6b3dbade50cd53fdfaa08446ba 2019-11-23 23:06:36 +0000 to 2019-12-03 16:53:04 +0000 - Change some texts to links in README (rust-lang/cargo#7652) - Update config and environment variable docs. (rust-lang/cargo#7650) - Stop ignoring .rs.bk files; rustfmt hasn't generated them in years (rust-lang/cargo#7647) - Various contributing docs updates. (rust-lang/cargo#7642) - Stabilize profile-overrides. (rust-lang/cargo#7591) - Update comment about ResolveVersion default version. (rust-lang/cargo#7637) - Update tests for slight wording change in rustdoc error message. (rust-lang/cargo#7641) - Remove dep_targets. (rust-lang/cargo#7626) - vendor: don't use canonical path in .cargo/config (rust-lang/cargo#7629) - Minor testsuite organization. (rust-lang/cargo#7628) - Remove failing plugin tests. (rust-lang/cargo#7630)
This is just some code cleanup. The
dep_targets
method has been replaced byunit_deps
, which doesn't force the creation of a new Vec.