diff options
| author | Joseph Lyons <josephtlyons@gmail.com> | 2019-01-03 00:20:31 -0500 |
|---|---|---|
| committer | Joseph Lyons <josephtlyons@gmail.com> | 2019-01-03 00:20:31 -0500 |
| commit | 40658fdadec9eb4e8fbefe07feace9633057e648 (patch) | |
| tree | 381d04a8cdec15869df230a057aa48faf8da1869 /src | |
| parent | ec194646fef1a467073ad74b8b68f6f202cfce97 (diff) | |
| download | rust-40658fdadec9eb4e8fbefe07feace9633057e648.tar.gz rust-40658fdadec9eb4e8fbefe07feace9633057e648.zip | |
Fixed the link to the ? operator
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 040669b7302..bb5a909b3e9 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -252,7 +252,7 @@ //! [`println!`]: ../macro.println.html //! [`Lines`]: struct.Lines.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 //! [`Result`]: ../result/enum.Result.html //! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap |
