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

std: Fix formatting flags for chars #26698

Merged
merged 1 commit into from Jul 1, 2015

Conversation

Projects
None yet
5 participants
@alexcrichton
Copy link
Member

alexcrichton commented Jul 1, 2015

This recently regressed in #24689, and this updates the Display implementation
to take formatting flags into account.

Closes #26625

std: Fix formatting flags for chars
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
@rust-highfive

This comment has been minimized.

Copy link
Collaborator

rust-highfive commented Jul 1, 2015

r? @huonw

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

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jul 1, 2015

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jul 1, 2015

Nominating for backporting to beta as well (as this regression first appeared in beta)

@huonw

This comment has been minimized.

Copy link
Member

huonw commented Jul 1, 2015

@bors r+

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jul 1, 2015

📌 Commit 98566ea has been approved by huonw

bors added a commit that referenced this pull request Jul 1, 2015

Auto merge of #26698 - alexcrichton:char-fmt, r=huonw
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jul 1, 2015

⌛️ Testing commit 98566ea with merge 1fc0f68...

@bors bors merged commit 98566ea into rust-lang:master Jul 1, 2015

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@alexcrichton alexcrichton added the T-libs label Jul 7, 2015

@alexcrichton alexcrichton deleted the alexcrichton:char-fmt branch Jul 8, 2015

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Jul 8, 2015

accepting for beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.