summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorfmoko <mokou@posteo.de>2021-01-04 14:12:11 +0100
committerGitHub <noreply@github.com>2021-01-04 14:12:11 +0100
commit5772589dc3345bd1723134c04e5165c425c217cf (patch)
treee4f7dabeac9875e88a1b0f196879d9eb061b1b90 /info.toml
parent1283aa3bd887be798a7559a4bc02d1d7b7ad43ee (diff)
parente9b42bbc2a20df848950375a5baafc0620017a9c (diff)
Merge pull request #615 from wsh/docfixes
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 f1fc398..23c6491 100644
--- a/info.toml
+++ b/info.toml
@@ -575,8 +575,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]]