Skip to content

Conversation

steveklabnik
Copy link
Contributor

No description provided.

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

/// ```
/// use std::char;
///
/// let c = char::from_digit(4, 10);
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps add assert_eq!(c, '4')?

@alexcrichton
Copy link
Member

r=me with nits, nice!

/// assert_eq!(heart, "\\u{2764}");
/// ```
///
/// Note the extra `\` on the right hand side, so that we don't end up interpolating the
Copy link
Contributor

Choose a reason for hiding this comment

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

s/right hand/right-hand/

@steveklabnik
Copy link
Contributor Author

@alexcrichton @apasel422 rebased and re-incorporated. alex said r=me but I'd still like someone to double check other than me 😄

/// "
/// ```
///
/// Collecting to a `String`:
Copy link
Contributor

Choose a reason for hiding this comment

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

On line 220 you have "Collecting into a String."

@alexcrichton
Copy link
Member

@bors: r+ fcf1a57

@alexcrichton
Copy link
Member

@bors: rollup

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Feb 2, 2015
@bors bors merged commit fcf1a57 into rust-lang:master Feb 3, 2015
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.

6 participants