Skip to content

Add test to prevent src link regression - #82040

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:ensure-src-link
Feb 13, 2021
Merged

Add test to prevent src link regression#82040
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:ensure-src-link

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Fixes#80502.

This PR is simply about adding a test to prevent a regression.

cc @bugadani@CraftSpider
r? @camelid

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 12, 2021
@GuillaumeGomezGuillaumeGomez added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Feb 12, 2021
@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

@bors: r=CraftSpider rollup

@bors

bors commented Feb 12, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 95c984a has been approved by CraftSpider

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 12, 2021
@JohnTitorJohnTitor mentioned this pull request Feb 13, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2021
Rollup of 8 pull requests
Successful merges:
- rust-lang#81811 (Fix doc test for Vec::retain(), now passes clippy::eval_order_dependence)
- rust-lang#81900 (Organize trait test files)
- rust-lang#81995 (Fix suggestion to introduce explicit lifetime)
- rust-lang#82031 (Drop an unnecessary intermediate variable)
- rust-lang#82033 (Refactor `get_word_attr` to return only `Option`)
- rust-lang#82040 (Add test to prevent src link regression)
- rust-lang#82041 (Add docs for shared_from_slice From impls)
- rust-lang#82050 (Added tests to drain an empty vec)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 3560ff3 into rust-lang:masterFeb 13, 2021
@rustbotrustbot added this to the 1.52.0 milestone Feb 13, 2021
@GuillaumeGomez
GuillaumeGomez deleted the ensure-src-link branch February 13, 2021 11:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing source links in std::iter::Iterator docs

6 participants

@GuillaumeGomez@bors@CraftSpider@rust-highfive@camelid@rustbot