We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f9d7ce + c1f4257 commit 25f9d61Copy full SHA for 25f9d61
exercises/error_handling/errors2.rs
@@ -68,5 +68,5 @@ mod tests {
68
// `Err(something)`. This pattern is very common in Rust, though, so there's
69
// a `?` operator that does pretty much what you would make that match statement
70
// do for you! Take a look at this section of the Error Handling chapter:
71
-// https://doc.rust-lang.org/stable/book/second-edition/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
+// https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
72
// and give it a try!
0 commit comments