-
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
Compute non custom build and non transitive deps for doc #10341
Conversation
Signed-off-by: hi-rustin <[email protected]>
r? @ehuss The robot doesn't seem to be working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I think since the code is now identical between both, can all of this filtering be moved to state.deps
? Instead of passing in a callback, just inline the code where filter
is called.
Make sense. Addressed! |
Signed-off-by: hi-rustin <[email protected]>
1da91f1
to
bd45ac8
Compare
Thanks! There was once a reason why these two different code paths had different filters, but I cannot recall from the dusty recesses of my mind why that was. I've tried to think of any potential problems this might cause, but I'm unable to think of any scenario where it won't work. @bors r+ |
📌 Commit bd45ac8 has been approved by |
☀️ Test successful - checks-actions |
Update cargo 5 commits in 25fcb135d02ea897ce894b67ae021f48107d522b..c082648646cbb2be266df9ecbcdc253058158d68 2022-02-01 01:32:48 +0000 to 2022-02-08 14:55:05 +0000 - Add rustup link (rust-lang/cargo#10371) - Improve startup time of bash completion. (rust-lang/cargo#10365) - Stabilize `-Ztimings` as `--timings` (rust-lang/cargo#10245) - Remove needless borrow (rust-lang/cargo#10360) - Compute non custom build and non transitive deps for doc (rust-lang/cargo#10341)
What does this PR try to resolve?
close #10318 and close #9198
How should we test and review this PR?
Compute non custom build and non transitive deps for doc.
Add test for it.