-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustdoc: Fix links with inline code in trait impl docs #140868
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
rustdoc: Fix links with inline code in trait impl docs #140868
Conversation
r? @notriddle rustbot has assigned @notriddle. Use |
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha |
This comment has been minimized.
This comment has been minimized.
Not true. I can nest any tag I want in a link in a doc comment.
To fix this, you'll need to iterate over the whole list of elements until you reach the summary. |
Some changes occurred in GUI tests. |
3734a75
to
31ae60d
Compare
Fixed, thanks.
Done :) |
@bors r+ |
Sorry, completely forgot about this PR. Thanks @notriddle! @SpecificProtagonist: Don't hesitate to ping me if you have no news. 😆 |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#140431 (dont handle bool transmute) - rust-lang#140868 (rustdoc: Fix links with inline code in trait impl docs) - rust-lang#141323 (Add bors environment to CI) - rust-lang#141337 (bump stdarch) - rust-lang#141364 (rustdoc-json: Remove false docs and add test for inline attribute) - rust-lang#141370 (add doc alias `replace_first` for `str::replacen`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r=notriddle rustdoc: Fix links with inline code in trait impl docs Fixes rust-lang#140857
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#140431 (dont handle bool transmute) - rust-lang#140868 (rustdoc: Fix links with inline code in trait impl docs) - rust-lang#141323 (Add bors environment to CI) - rust-lang#141337 (bump stdarch) - rust-lang#141364 (rustdoc-json: Remove false docs and add test for inline attribute) - rust-lang#141370 (add doc alias `replace_first` for `str::replacen`) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #140857