summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorWill Hayworth <whayworth@gmail.com>2021-01-03 03:42:39 -0800
committerWill Hayworth <whayworth@gmail.com>2021-01-03 03:42:39 -0800
commite9b42bbc2a20df848950375a5baafc0620017a9c (patch)
tree779f6805a91406a02b8bd0e835784270d488b10e /info.toml
parent9f61db5dbe38538cf06571fcdd5f806e7901e83a (diff)
docs: mention flatten in the options2 hint
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/info.toml b/info.toml
index ee4ab2f..15cd3f3 100644
--- a/info.toml
+++ b/info.toml
@@ -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]]