Skip to content

doc: add some links for io::stdio #30546

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

Merged
merged 2 commits into from
Dec 30, 2015
Merged

doc: add some links for io::stdio #30546

merged 2 commits into from
Dec 30, 2015

Conversation

tshepang
Copy link
Member

No description provided.

@rust-highfive
Copy link
Contributor

r? @nikomatsakis

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

@@ -133,14 +133,17 @@ fn handle_ebadf<T>(r: io::Result<T>, default: T) -> io::Result<T> {
/// A handle to the standard input stream of a process.
///
/// Each handle is a shared reference to a global buffer of input data to this
/// process. A handle can be `lock`'d to gain full access to `BufRead` methods
/// process. A handle can be `lock`'d to gain full access to [BufRead] methods
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't lose the graves, we still want it to be rendered like code, just have the link.

@steveklabnik
Copy link
Member

Thanks so much! Adding these links makes things a lot better. r=me after adding back in the code formatting stuff, almost all of this should have it and doesn't.

@tshepang
Copy link
Member Author

r? @steveklabnik

@steveklabnik
Copy link
Member

@bors: r+ rollup

Thanks!!!

@bors
Copy link
Collaborator

bors commented Dec 30, 2015

📌 Commit a4da9ac has been approved by steveklabnik

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Dec 30, 2015
bors added a commit that referenced this pull request Dec 30, 2015
@bors bors merged commit a4da9ac into rust-lang:master Dec 30, 2015
@tshepang tshepang deleted the add-links branch December 30, 2015 18:01
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.

5 participants