-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 10 pull requests #102150
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
Rollup of 10 pull requests #102150
Conversation
`display: inline-flex` was used as part of e961d39, the original commit that added these line numbers. Does anyone know why it was done this way?
OpTy: fix a method taking self rather than &self r? `@oli-obk`
…r=GuillaumeGomez rustdoc: clean up line numbers on code examples * First commit switches from `display: inline-flex; width: 100%` to `display: flex`. `display: inline-flex` was used as part of rust-lang@e961d39, the original commit that added these line numbers. Does anyone know why it was done this way? * Second commit makes it so that toggling this checkbox will update the page in real time, just like changing themes does. Preview: https://notriddle.com/notriddle-rustdoc-test/line-numbers/std/vec/struct.Vec.html
Add note to clippy::non_expressive_names doc Addresses confusion in rust-lang/rust-clippy#9514 by updating the lint docs.
…nfo, r=GuillaumeGomez rustdoc: remove no-op CSS `.content .item-info { position: relative }` This rule was added to help position the marker line in 110e727, which was a `position: absolute` pseudo-element that relied on its parent to put it in the right spot. (it was changed from a line to an arrow in 1ffb9cf, then a different arrow in ae3a53f). The arrow was removed in 73d0f7c, so the `relative` position is no longer necessary.
…ames, r=lcnr Use appropriate variable names
Const unification is already infallible, remove the error handling logic r? `@lcnr` is this expected to be used in the future? Right now it is dead code.
…t, r=lcnr Use valtrees for comparison r? `@lcnr`
…lds, r=notriddle Improve some AllTypes fields name r? `@notriddle`
…low, r=scottmcm Extend const_convert with const {FormResidual, Try} for ControlFlow. Very small change so I just used the existing `const_convert` feature flag. rust-lang#88674 Newly const API: ``` impl<B, C> const ops::Try for ControlFlow<B, C>; impl<B, C> const ops::FromResidual for ControlFlow<B, C>; ``` `@usbalbin` I hope it is ok that I added to your feature.
@bors r+ rollup=never p=9 |
⌛ Testing commit dfeff64 with merge 13847cb1691405d7d02cbc4ce19601aee44518d2... |
💥 Test timed out |
It locked up in the middle of pulling the crates.io index. Probably a fluke. @bors retry |
⌛ Testing commit dfeff64 with merge 7f4712d92d3829938ed6d08d6d4e51f4a11097fa... |
💔 Test failed - checks-actions |
@bors retry no logs |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 77e7e88567 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (bc4d574): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression 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.
CyclesResultsThis 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.
Footnotes |
Successful merges:
.content .item-info { position: relative }
#102125 (rustdoc: remove no-op CSS.content .item-info { position: relative }
).location:empty { border: none }
#102147 (rustdoc: remove no-op CSS.location:empty { border: none }
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup