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

Document structures in std::io::utils #27164

Merged
merged 1 commit into from
Jul 22, 2015
Merged

Conversation

steveklabnik
Copy link
Member

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton

@@ -61,6 +61,11 @@ pub fn copy<R: Read, W: Write>(reader: &mut R, writer: &mut W) -> io::Result<u64
}

/// A reader which is always at EOF.
///
/// This struct is generally created by calling [`empty()`][empty]. Please see
/// the documentation of `emtpy()` for more details.
Copy link
Contributor

Choose a reason for hiding this comment

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

s/emtpy/empty/

Copy link
Member Author

Choose a reason for hiding this comment

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

i apparently will make ONE mistake per pull request

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.
@alexcrichton
Copy link
Member

@bors: r+ 7e7ec6b rollup

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 21, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 21, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 21, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jul 22, 2015
…ichton

These provide various special readers, so point their docs to their
constructor functions in a manner consistent with everything else.

r? @alexcrichton
@bors bors merged commit 7e7ec6b into rust-lang:master Jul 22, 2015
@steveklabnik steveklabnik deleted the doc_io_utils branch June 19, 2016 20:33
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.

4 participants