-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Conversation
(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 |
There was a problem hiding this comment.
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.
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. |
@bors: r+ rollup Thanks!!! |
📌 Commit a4da9ac has been approved by |
No description provided.