Skip to content

Commit fc25ad6

Browse files
Update option_unwrap.md
add lemonade call for the second example as well to show all the cases
1 parent e6ceffb commit fc25ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error/option_unwrap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fn main() {
5858
let nothing = None;
5959
6060
drink(coffee);
61+
drink(lemonade);
6162
drink(nothing);
6263
}
6364
```

0 commit comments

Comments
 (0)