Skip to content

Fix missing blank space issue #39069

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

Merged
merged 1 commit into from
Jan 16, 2017

Conversation

GuillaumeGomez
Copy link
Member

@@ -1888,11 +1888,11 @@ fn short_stability(item: &clean::Item, cx: &Context, show_reason: bool) -> Vec<S
if stab.unstable_reason.is_empty() {
stability.push(format!("<div class='stab unstable'>\
<span class=microscope>🔬</span> \
This is a nightly-only experimental API. {}</div>",
Copy link
Member

Choose a reason for hiding this comment

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

There's no difference between a regular space and an &nbsp, nbsp just lets you string together two spaces.

@GuillaumeGomez
Copy link
Member Author

Updated.

@Manishearth
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 15, 2017

📌 Commit 8547268 has been approved by Manishearth

@GuillaumeGomez
Copy link
Member Author

@bors: r-

Some tests are failing, I'll fix them tomorrow.

@GuillaumeGomez
Copy link
Member Author

Fixed.

@bors: r=Manishearth

@bors
Copy link
Collaborator

bors commented Jan 15, 2017

📌 Commit b767880 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Jan 16, 2017

⌛ Testing commit b767880 with merge daf4c06...

bors added a commit that referenced this pull request Jan 16, 2017
@bors
Copy link
Collaborator

bors commented Jan 16, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Manishearth
Pushing daf4c06 to master...

@bors bors merged commit b767880 into rust-lang:master Jan 16, 2017
@GuillaumeGomez GuillaumeGomez deleted the missing_blank_space branch January 16, 2017 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants