Skip to content

Trait impl settings #52151

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jul 11, 2018
Merged

Trait impl settings #52151

merged 2 commits into from
Jul 11, 2018

Conversation

GuillaumeGomez
Copy link
Member

@GuillaumeGomez GuillaumeGomez commented Jul 8, 2018

Fixes #51797.

r? @QuietMisdreavus

PS: I was annoyed by some intra link failures so I fixed them as well.

@rust-highfive
Copy link
Contributor

Some changes occurred in HTML/CSS.

cc @GuillaumeGomez

@rust-highfive
Copy link
Contributor

r? @QuietMisdreavus

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 8, 2018
@QuietMisdreavus
Copy link
Member

Just to make sure, this PR adds an option to stop trait impls from auto-folding? Sounds good to me.

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Jul 10, 2018

📌 Commit 26615b8 has been approved by QuietMisdreavus

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 10, 2018
@GuillaumeGomez
Copy link
Member Author

@QuietMisdreavus: Exactly! It was the last part which didn't have a setting so now it's done.

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jul 10, 2018
… r=QuietMisdreavus

Trait impl settings

Fixes rust-lang#51797.

r? @QuietMisdreavus

PS: I was annoyed by some intra link failures so I fixed them as well.
bors added a commit that referenced this pull request Jul 10, 2018
Rollup of 7 pull requests

Successful merges:

 - #51612 (NLL: fix E0594 "change to mutable ref" suggestion)
 - #51722 (Updated RELEASES for 1.28.0)
 - #52064 (Clarifying how the alignment of the struct works)
 - #52149 (Add #[repr(transparent)] to Atomic* types)
 - #52151 (Trait impl settings)
 - #52171 (Correct some codegen stats counter inconsistencies)
 - #52195 (rustc: Avoid /tmp/ in graphviz writing)

Failed merges:

 - #52164 (use proper footnote syntax for references)

r? @ghost
@bors bors merged commit 26615b8 into rust-lang:master Jul 11, 2018
@GuillaumeGomez GuillaumeGomez deleted the trait-impl-settings branch July 11, 2018 08:01
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rustdoc: Add toggle to uncollapse trait impls by default
4 participants