-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Render destructured struct function param names as underscore #83863
Conversation
Fixes rust-lang#83852 r? `@GuillaumeGomez`
@rustbot label: +T-rustdoc S-waiting-on-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with the nit addressed - thanks for tackling this (and so quickly!)
@bors r+ squash FYI you can avoid commits like "Merge branch 'master' of github.com:rust-lang/rust into issue-83852" by rebasing: https://rustc-dev-guide.rust-lang.org/git.html#rebasing |
📌 Commit 14fac68 has been approved by |
Thanks... I was just about to push a rebased and squashed commit... wasn't paying close enough attention! |
Haha no worries :) feel free to push the rebased commit if you want bors to show your name on the commit message. |
I think I'll survive 😂 By the way, when you said |
Yes, exactly - and it also reminds me later that I should remember to say r+ 😆
Correct, you don't have permissions unless you're on one of the rust-lang teams. |
Also it tells you that the PR is almost done and I'm only picking on small things because everything else is working :) |
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? ``@GuillaumeGomez``
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? `@GuillaumeGomez`
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? ```@GuillaumeGomez```
Rollup of 8 pull requests Successful merges: - rust-lang#81922 (Let `#[allow(unstable_name_collisions)]` work for things other than function) - rust-lang#82483 (Use FromStr trait for number option parsing) - rust-lang#82739 (Use the beta compiler for building bootstrap tools when `download-rustc` is set) - rust-lang#83650 (Update Source Serif to release 4.004) - rust-lang#83826 (List trait impls before deref methods in doc's sidebar) - rust-lang#83831 (Add `#[inline]` to IpAddr methods) - rust-lang#83863 (Render destructured struct function param names as underscore) - rust-lang#83865 (Don't report disambiguator error if link would have been ignored) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
That was fast, thanks a lot! :) |
Fixes #83852
r? @GuillaumeGomez