-
Notifications
You must be signed in to change notification settings - Fork 13k
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: div.where
instead of fmt-newline class
#118483
Conversation
Some changes occurred in GUI tests. Some changes occurred in HTML/CSS/JS. cc @GuillaumeGomez, @jsha |
6ad7894
to
4deff1c
Compare
This comment has been minimized.
This comment has been minimized.
This is about equally readable, a lot more terse, and stops special-casing functions and methods. ```console $ du -hs doc-old/ doc-new/ 671M doc-old/ 670M doc-new/ ```
4deff1c
to
7230f6c
Compare
@bors try |
This comment has been minimized.
This comment has been minimized.
…try> rustdoc: `div.where` instead of fmt-newline class This is about equally readable, a lot more terse, and stops special-casing functions and methods. ```console $ du -hs doc-old/ doc-new/ 671M doc-old/ 670M doc-new/ ```
Good idea! r=me once we have the perf results. |
☀️ Try build successful - checks-actions |
1 similar comment
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (895ba65): comparison URL. Overall result: ❌ regressions - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 672.048s -> 673.663s (0.24%) |
@bors r=GuillaumeGomez rollup |
Rollup of 3 pull requests Successful merges: - rust-lang#118483 (rustdoc: `div.where` instead of fmt-newline class) - rust-lang#118486 (generic_const_exprs: suggest to add the feature, not use it) - rust-lang#118489 (Wesley is on vacation) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez rustdoc: `div.where` instead of fmt-newline class This is about equally readable, a lot more terse, and stops special-casing functions and methods. ```console $ du -hs doc-old/ doc-new/ 671M doc-old/ 670M doc-new/ ```
This is about equally readable, a lot more terse, and stops special-casing functions and methods.