mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 10:55:53 +00:00
Add examples to `bool::then` and `bool::then_some` Added examples to `bool::then` and `bool::then_some` to show the distinction between the eager evaluation of `bool::then_some` and the lazy evaluation of `bool::then`.