Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSignificantly improve formatter trait docs #26828
Conversation
rust-highfive
assigned
nikomatsakis
Jul 6, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
rust-highfive
Jul 6, 2015
Collaborator
(rust_highfive has picked a reviewer for you, use r? to override)
|
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks @bluss, even better now :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
bluss
Jul 6, 2015
Contributor
r=me with the scientific notation confirmed and tidy errors fixed!
Nice new avatar!
|
r=me with the scientific notation confirmed and tidy errors fixed! Nice new avatar! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
@bors: r=bluss rollup |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
steveklabnik
Jul 6, 2015
Member
Nice new avatar
Thanks :) been using it on Twitter for a while, realized I forgot to update it here...
Thanks :) been using it on Twitter for a while, realized I forgot to update it here... |
added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 6, 2015
added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 6, 2015
added a commit
to steveklabnik/rust
that referenced
this pull request
Jul 7, 2015
added a commit
that referenced
this pull request
Jul 7, 2015
bors
merged commit 3a6cd64
into
rust-lang:master
Jul 7, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
steveklabnik commentedJul 6, 2015
Each formatting trait now has an example of implementation, as well as a
fuller description of what it's supposed to output.
It also contains a link to the module-level documentation which
Fixes #25765