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

Implement fmt::Show for &mut [T] #13687

Merged
merged 1 commit into from
Apr 23, 2014
Merged

Implement fmt::Show for &mut [T] #13687

merged 1 commit into from
Apr 23, 2014

Conversation

exscape
Copy link
Contributor

@exscape exscape commented Apr 22, 2014

Removes the need for hacks to println! mutable slices, among other things.

@exscape
Copy link
Contributor Author

exscape commented Apr 22, 2014

This is my first pull request (for any project) ever, so hopefully everything is OK.
I implemented tests based on ~[], which pass nicely.

bors added a commit that referenced this pull request Apr 23, 2014
Removes the need for hacks to println! mutable slices, among other things.
bors added a commit that referenced this pull request Apr 23, 2014
Removes the need for hacks to println! mutable slices, among other things.
@bors bors closed this Apr 23, 2014
@bors bors merged commit aa4bc89 into rust-lang:master Apr 23, 2014
flip1995 added a commit to flip1995/rust that referenced this pull request Nov 14, 2024
r? @ghost

changelog: none
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.

2 participants