Skip to content
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

rustbuild: Fix dependencies of check-docs step #37028

Merged
merged 1 commit into from Oct 8, 2016

Conversation

alexcrichton
Copy link
Member

Some of the doc tests depend on extern crate test, so depend on libtest
instead of libstd here.

Some of the doc tests depend on `extern crate test`, so depend on libtest
instead of libstd here.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@japaric
Copy link
Member

japaric commented Oct 7, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Oct 7, 2016

📌 Commit 32089ae has been approved by japaric

@japaric
Copy link
Member

japaric commented Oct 7, 2016

@bors rollup

@japaric japaric assigned japaric and unassigned nikomatsakis Oct 7, 2016
Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 8, 2016
rustbuild: Fix dependencies of check-docs step

Some of the doc tests depend on `extern crate test`, so depend on libtest
instead of libstd here.
bors added a commit that referenced this pull request Oct 8, 2016
Rollup of 6 pull requests

- Successful merges: #36937, #37016, #37028, #37029, #37031, #37034
- Failed merges: #37027
@bors bors merged commit 32089ae into rust-lang:master Oct 8, 2016
@alexcrichton alexcrichton deleted the fix-deps branch October 15, 2016 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants