[rustdoc] Change impl items indent#131718
Merged
bors merged 3 commits intorust-lang:masterfrom Nov 29, 2024
Merged
Conversation
Collaborator
|
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha |
This comment has been minimized.
This comment has been minimized.
3a03f86 to
8dae3bd
Compare
Member
Author
|
Fixed tidy issue. |
This comment has been minimized.
This comment has been minimized.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Contributor
|
@rfcbot poll User visible ui change |
|
Team member @notriddle has asked teams: T-rustdoc-frontend, for consensus on:
|
Collaborator
|
☔ The latest upstream changes (presumably #132099) made this pull request unmergeable. Please resolve the merge conflicts. |
8dae3bd to
7aadaf0
Compare
Member
Author
|
Fixed merge conflict and fixed GUI test. |
This comment has been minimized.
This comment has been minimized.
7aadaf0 to
4f20626
Compare
Member
Author
|
Note for future self: run ALL tests after making changes. CI passed! \o/ |
Member
Member
Author
|
Good point! Gonna change that. |
Member
Author
|
Applied suggestion. Updated the image and the demo. |
Member
Thanks, LGTM. |
Member
Author
|
Time to r+ then, thanks everyone! @bors r=rustdoc rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 29, 2024
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#131323 (Support `clobber_abi` in AVR inline assembly) - rust-lang#131718 ([rustdoc] Change impl items indent) - rust-lang#133565 (chore: fix 404 status URL) - rust-lang#133575 (Fix typo in RELEASES.md) - rust-lang#133577 (Document s390x machine access via community cloud) - rust-lang#133584 (Update more 2024 tests to remove -Zunstable-options) - rust-lang#133592 (Misc: better instructions for envrc, ignore `/build` instead of `build/`) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 29, 2024
Rollup merge of rust-lang#131718 - GuillaumeGomez:impl-items-indent, r=rustdoc [rustdoc] Change impl items indent Fixes rust-lang#131704. | before | after | |-|-| |  |  | Can be tested [here](https://rustdoc.crud.net/imperio/impl-items-indent/bar/struct.Bar.html). r? `@notriddle`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jan 24, 2025
…ile-indent, r=notriddle [rustdoc] Fix indent of trait items on mobile Before:  After:  Seems like we forgot them when we did rust-lang#131718. Can be tested [here](https://rustdoc.crud.net/imperio/fix-trait-items-mobile-indent/foo/trait.T.html). r? `@notriddle`
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 25, 2025
Rollup merge of rust-lang#135998 - GuillaumeGomez:fix-trait-items-mobile-indent, r=notriddle [rustdoc] Fix indent of trait items on mobile Before:  After:  Seems like we forgot them when we did rust-lang#131718. Can be tested [here](https://rustdoc.crud.net/imperio/fix-trait-items-mobile-indent/foo/trait.T.html). r? `@notriddle`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fixes #131704.
Can be tested here.
r? @notriddle