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.
1 parent 0ea8bbb commit 902f113Copy full SHA for 902f113
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