Skip to content

Commit ebbecac

Browse files
authored
Rollup merge of rust-lang#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.
2 parents 40a819b + 40658fd commit ebbecac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
//! [`println!`]: ../macro.println.html
253253
//! [`Lines`]: struct.Lines.html
254254
//! [`io::Result`]: type.Result.html
255-
//! [`?` operator]: ../../book/first-edition/syntax-index.html
255+
//! [`?` operator]: ../../book/appendix-02-operators.html
256256
//! [`Read::read`]: trait.Read.html#tymethod.read
257257
//! [`Result`]: ../result/enum.Result.html
258258
//! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap

0 commit comments

Comments
 (0)