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

Assorted updates #4

Merged
merged 4 commits into from
Jul 11, 2015
Merged

Assorted updates #4

merged 4 commits into from
Jul 11, 2015

Conversation

apasel422
Copy link
Contributor

No description provided.

#[cfg(feature = "nightly")]
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
f.debug_map().entries(self.iter()).finish()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems a bit silly to maintain. It's not faster or anything, is it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not faster, but it'll give us pretty-printing for free. Once 1.2.0 is released, we can remove the manual formatting.

@Gankra
Copy link
Contributor

Gankra commented Jul 11, 2015

You continue to blow me away! 💖

Gankra added a commit that referenced this pull request Jul 11, 2015
@Gankra Gankra merged commit 8760e7c into contain-rs:master Jul 11, 2015
@apasel422 apasel422 deleted the update branch July 11, 2015 21:07
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.

None yet

2 participants