Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-document, r=wesleywiser
Fixed the link to the ? operator I'm working on updating all broken links, but figured I'd break up the pull requests so they are easier to review, versus just one big pull request.
This commit is contained in:
commit
ebbecac538
@ -252,7 +252,7 @@
|
|||||||
//! [`println!`]: ../macro.println.html
|
//! [`println!`]: ../macro.println.html
|
||||||
//! [`Lines`]: struct.Lines.html
|
//! [`Lines`]: struct.Lines.html
|
||||||
//! [`io::Result`]: type.Result.html
|
//! [`io::Result`]: type.Result.html
|
||||||
//! [`?` operator]: ../../book/first-edition/syntax-index.html
|
//! [`?` operator]: ../../book/appendix-02-operators.html
|
||||||
//! [`Read::read`]: trait.Read.html#tymethod.read
|
//! [`Read::read`]: trait.Read.html#tymethod.read
|
||||||
//! [`Result`]: ../result/enum.Result.html
|
//! [`Result`]: ../result/enum.Result.html
|
||||||
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap
|
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap
|
||||||
|
Loading…
Reference in New Issue
Block a user