-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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] Change impl items indent #131718
Conversation
Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha |
This comment has been minimized.
This comment has been minimized.
3a03f86
to
8dae3bd
Compare
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.
@rfcbot poll User visible ui change |
Team member @notriddle has asked teams: T-rustdoc-frontend, for consensus on:
|
☔ The latest upstream changes (presumably #132099) made this pull request unmergeable. Please resolve the merge conflicts. |
8dae3bd
to
7aadaf0
Compare
Fixed merge conflict and fixed GUI test. |
This comment has been minimized.
This comment has been minimized.
7aadaf0
to
4f20626
Compare
Note for future self: run ALL tests after making changes. CI passed! \o/ |
Good point! Gonna change that. |
Applied suggestion. Updated the image and the demo. |
Thanks, LGTM. |
Time to r+ then, thanks everyone! @bors r=rustdoc rollup |
…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
Rollup merge of rust-lang#131718 - GuillaumeGomez:impl-items-indent, r=rustdoc [rustdoc] Change impl items indent Fixes rust-lang#131704. | before | after | |-|-| | ![image](https://github.com/user-attachments/assets/67679827-6aef-4bdb-93dd-e1a4784566b3) | ![image](https://github.com/user-attachments/assets/8a0e9fbc-794a-4b98-abc6-bbbe178736b1) | Can be tested [here](https://rustdoc.crud.net/imperio/impl-items-indent/bar/struct.Bar.html). r? `@notriddle`
Fixes #131704.
Can be tested here.
r? @notriddle