diff options
| author | Will Hayworth <whayworth@gmail.com> | 2021-01-03 03:42:39 -0800 |
|---|---|---|
| committer | Will Hayworth <whayworth@gmail.com> | 2021-01-03 03:42:39 -0800 |
| commit | e9b42bbc2a20df848950375a5baafc0620017a9c (patch) | |
| tree | 779f6805a91406a02b8bd0e835784270d488b10e /info.toml | |
| parent | 9f61db5dbe38538cf06571fcdd5f806e7901e83a (diff) | |
docs: mention flatten in the options2 hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -583,8 +583,7 @@ https://doc.rust-lang.org/rust-by-example/flow_control/while_let.html Remember that Options can be stacked in if let and while let. For example: Some(Some(variable)) = variable2 - - +Also see Option::flatten """ [[exercises]] |
