diff options
| author | fmoko <mokou@posteo.de> | 2021-01-04 14:12:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-04 14:12:11 +0100 |
| commit | 5772589dc3345bd1723134c04e5165c425c217cf (patch) | |
| tree | e4f7dabeac9875e88a1b0f196879d9eb061b1b90 /info.toml | |
| parent | 1283aa3bd887be798a7559a4bc02d1d7b7ad43ee (diff) | |
| parent | e9b42bbc2a20df848950375a5baafc0620017a9c (diff) | |
Merge pull request #615 from wsh/docfixes
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
@@ -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]] |
