Skip to content

rustdoc: fix issue preventing "read more" links from generating. - #161553

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
lolbinarycat:rustdoc-fix-read-more
Aug 25, 2026
Merged

rustdoc: fix issue preventing "read more" links from generating.#161553
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
lolbinarycat:rustdoc-fix-read-more

Conversation

@lolbinarycat

@lolbinarycat lolbinarycat commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

fixes #161300

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output. labels Aug 22, 2026
@rustbot

rustbot commented Aug 22, 2026

Copy link
Copy Markdown
Collaborator

r? @GuillaumeGomez

rustbot has assigned @GuillaumeGomez.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: rustdoc
  • rustdoc expanded to 8 candidates
  • Random selection from GuillaumeGomez, notriddle

@rust-log-analyzer

This comment has been minimized.

@GuillaumeGomez

Copy link
Copy Markdown
Member

r=me once tidy bug fixed :)

@lolbinarycat
lolbinarycat force-pushed the rustdoc-fix-read-more branch from d935ad8 to eb1aebf Compare August 24, 2026 15:59
@lolbinarycat

Copy link
Copy Markdown
Contributor Author

@bors r=GuillaumeGomez

@rust-bors

rust-bors Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

📌 Commit eb1aebf has been approved by GuillaumeGomez

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 Aug 24, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 24, 2026
…, r=GuillaumeGomez

rustdoc: fix issue preventing "read more" links from generating.

fixes rust-lang#161300
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Aug 24, 2026
…, r=GuillaumeGomez

rustdoc: fix issue preventing "read more" links from generating.

fixes rust-lang#161300
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 24, 2026
…, r=GuillaumeGomez

rustdoc: fix issue preventing "read more" links from generating.

fixes rust-lang#161300
rust-bors Bot pushed a commit that referenced this pull request Aug 24, 2026
Rollup of 9 pull requests

Successful merges:

 - #161689 (bootstrap: don't LTO C dependencies on aarch64)
 - #161553 (rustdoc: fix issue preventing "read more" links from generating.)
 - #161670 (Pass LargeDataThreshold to LLVM module IR)
 - #146529 (rustdoc: Nuke `--passes=list` and defossilize the passes infrastructure)
 - #156009 (Check `redundant_explicit_links` against generated URLs)
 - #159583 (Add new `invalid_markdown_table` rustdoc lint)
 - #161098 (PassWrapper: handle LLVM 24 change in function types)
 - #161641 (Check for missing rustfmt in the stdarch intrinsic test step sooner)
 - #161661 (Don't treat slashes as path seps after drive letters in verbatim paths)

Failed merges:

 - #156749 (remove `box_patterns`)
@rust-bors
rust-bors Bot merged commit 7d749cf into rust-lang:main Aug 25, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 25, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 25, 2026
Rollup merge of #161553 - lolbinarycat:rustdoc-fix-read-more, r=GuillaumeGomez

rustdoc: fix issue preventing "read more" links from generating.

fixes #161300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Read more" link is missing when first paragraph is followed by horizontal rule

4 participants