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

Expand documentation for IntoInnerError #27170

Merged
merged 1 commit into from
Jul 22, 2015

Conversation

steveklabnik
Copy link
Member

Mostly adding examples.

r? @alexcrichton

/// let stream = match stream.into_inner() {
/// Ok(s) => s,
/// Err(e) => {
/// // Here, e is a IntoInnerError
Copy link
Member

Choose a reason for hiding this comment

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

s/a/an/

Copy link
Member

Choose a reason for hiding this comment

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

(same below as well)

@alexcrichton
Copy link
Member

r=me with a few small nits + travis fixes

@steveklabnik steveklabnik force-pushed the doc_std_io_intoinnererror branch from 601819c to d2aee95 Compare July 21, 2015 17:37
@steveklabnik
Copy link
Member Author

fixed the nits, but curious as to your thoughts on the example :)

@alexcrichton
Copy link
Member

@bors: r+ d2aee95 rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 21, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 21, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
@bors bors merged commit d2aee95 into rust-lang:master Jul 22, 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.

3 participants