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 3da646d commit c33adb9Copy full SHA for c33adb9
src/error/option_unwrap/defaults.md
@@ -27,7 +27,7 @@ fn main() {
27
// But the variable named `apple` has been moved regardless, and cannot be used anymore.
28
// println!("Variable apple was moved, so this line won't compile: {:?}", apple);
29
// TODO: uncomment the line above to see the compiler error
30
- }
+}
31
```
32
33
## `or_else()` is chainable, evaluates lazily, keeps empty value intact
0 commit comments