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 0ea8bbb + 902f113 commit 3eb8bd2Copy full SHA for 3eb8bd2
src/error/multiple_error_types/reenter_question_mark.md
@@ -5,7 +5,7 @@ Notice in the previous example that our immediate reaction to calling
5
error:
6
7
```rust,ignore
8
-.and_then(|s| s.parse::<i32>()
+.and_then(|s| s.parse::<i32>())
9
.map_err(|e| e.into())
10
```
11
0 commit comments