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 0ebd082 commit 7bb45f8Copy full SHA for 7bb45f8
src/docs/manual_filter.txt
@@ -9,7 +9,7 @@ Using the `filter` method is clearer and more concise.
9
match Some(0) {
10
Some(x) => if x % 2 == 0 {
11
Some(x)
12
- else {
+ } else {
13
None
14
},
15
None => None,
0 commit comments