Skip to content
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

Fix font weight #86271

Merged
merged 3 commits into from
Jun 13, 2021
Merged

Fix font weight #86271

merged 3 commits into from
Jun 13, 2021

Conversation

GuillaumeGomez
Copy link
Member

Fixes #86256.

I realized that the only cases where we actually needed to have bold text was inside impl-items.

cc @camelid
r? @jsha

@GuillaumeGomez GuillaumeGomez added A-rustdoc-ui Area: Rustdoc UI (generated HTML) T-rustdoc labels Jun 13, 2021
@rust-highfive
Copy link
Collaborator

Some changes occurred in HTML/CSS/JS.

cc @GuillaumeGomez

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 13, 2021
@jsha
Copy link
Contributor

jsha commented Jun 13, 2021

@bors r+

@bors
Copy link
Contributor

bors commented Jun 13, 2021

📌 Commit 466aec9 has been approved by jsha

@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 Jun 13, 2021
@bors
Copy link
Contributor

bors commented Jun 13, 2021

⌛ Testing commit 466aec9 with merge f586d79...

@bors
Copy link
Contributor

bors commented Jun 13, 2021

☀️ Test successful - checks-actions
Approved by: jsha
Pushing f586d79 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jun 13, 2021
@bors bors merged commit f586d79 into rust-lang:master Jun 13, 2021
@rustbot rustbot added this to the 1.55.0 milestone Jun 13, 2021
@GuillaumeGomez GuillaumeGomez deleted the fix-font-weight branch June 14, 2021 08:16
@jyn514 jyn514 added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rustdoc-ui Area: Rustdoc UI (generated HTML) merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

regression: Type aliases are bolded
6 participants