]> git.lizzy.rs Git - rust.git/commit
Merge pull request #2112 from topecongiro/issue-2109
authorOliver Schneider <oli-obk@users.noreply.github.com>
Sun, 8 Oct 2017 09:51:15 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 09:51:15 +0000 (11:51 +0200)
commita54baad4fa177efac04eafd6d9ffe6236f7d3c45
tree579dd517d059b9a203ea947f923e32ced4ffbdb5
parent45e5f28bb9b5464b4d2e493911f3e0f51452e9a2
parent7f4b583c477850c937b5ad3012cc3f5216c2baeb
Merge pull request #2112 from topecongiro/issue-2109

Add a suggestion to replace `map(f).unwrap_or(None)` with `and_then(f)`.