Skip to content

Fix anchors issue when everything is collapsed - #49652

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:anchor-collapsed
Apr 7, 2018
Merged

Fix anchors issue when everything is collapsed#49652
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:anchor-collapsed

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

Fixes#49455.

@frewsxcv does it seem good for you like this?

r? @QuietMisdreavus

@emilyalbiniemilyalbini added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 4, 2018
@QuietMisdreavus

Copy link
Copy Markdown
Contributor

I'm building some docs with this change, but it looks like this change makes it so that if the URL has an anchor, it doesn't auto-collapse a section that has that anchor in it? Just making sure. It looks good, but i'd like to poke around a rendering with it before giving an r+.

@QuietMisdreavus

Copy link
Copy Markdown
Contributor

@frewsxcvHere's a rendering on my server of docs with this change. If this works out for you, r=me.

@frewsxcvfrewsxcv left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functionally, lgtm!

@QuietMisdreavus

Copy link
Copy Markdown
Contributor

Cool! Let's get this rolling then. :D

@bors r+

@bors

bors commented Apr 6, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 238583a has been approved by QuietMisdreavus

@borsbors 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 Apr 6, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Apr 6, 2018
…QuietMisdreavus
Fix anchors issue when everything is collapsed
Fixesrust-lang#49455.
@frewsxcv does it seem good for you like this?
r? @QuietMisdreavus
@kennytmkennytm mentioned this pull request Apr 6, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Apr 7, 2018
…QuietMisdreavus
Fix anchors issue when everything is collapsed
Fixesrust-lang#49455.
@frewsxcv does it seem good for you like this?
r? @QuietMisdreavus
@kennytmkennytm mentioned this pull request Apr 7, 2018
bors added a commit that referenced this pull request Apr 7, 2018
Rollup of 9 pull requests
Successful merges:
- #49510 (Fix anchor position on fields)
- #49652 (Fix anchors issue when everything is collapsed)
- #49702 (std: Inline some Termination-related methods)
- #49728 (add emit_debug_gdb_scripts target option and ..)
- #49731 (add THUMB targets to rustup manifest)
- #49742 (Using X headings instead of 0.X #49739)
- #49748 (proc_macro: Improve Debug representations)
- #49750 (bootstrap: Remove the fast path)
- #49503 (Inject the `compiler_builtins` crate whenever the `core` crate is injected)
Failed merges:
@bors
bors merged commit 238583a into rust-lang:masterApr 7, 2018
@GuillaumeGomez
GuillaumeGomez deleted the anchor-collapsed branch April 7, 2018 15:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@GuillaumeGomez@QuietMisdreavus@bors@frewsxcv@emilyalbini