]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #93051 - m-ou-se:is-some-with, r=yaahc
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 19 Jan 2022 09:42:20 +0000 (10:42 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 09:42:20 +0000 (10:42 +0100)
commitd5bc168d65dd5d0cbdf138797fe23306867a0e67
tree0ee230724c10223e30a4fe628748d36b1578475a
parent0b9056c38aef4c4ffc3140802c70d6c3513dec06
parent5fee3e7a9c65445e3585eb4a162c774c788a02d5
Rollup merge of #93051 - m-ou-se:is-some-with, r=yaahc

Add Option::is_some_with and Result::is_{ok,err}_with

See https://github.com/rust-lang/rust/issues/62358#issuecomment-1015827777