]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #83646 - glittershark:bound-map, r=m-ou-se
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 5 Jun 2021 17:41:34 +0000 (19:41 +0200)
committerGitHub <noreply@github.com>
Sat, 5 Jun 2021 17:41:34 +0000 (19:41 +0200)
commit15940767481e82594b7d1c8fb4805521e681f854
tree70ac562ddefb5da065bdf81c9fdca4d1ee442aad
parent9104c898eb323f9edd205acf87c2b2d6badeddd7
parent223c0d2a852be3dc74e0bfee875d63fcf161c757
Rollup merge of #83646 - glittershark:bound-map, r=m-ou-se

Add a map method to Bound

Add a map method to std::ops::range::Bound, patterned off of the method
of the same name on Option.

Have left off creating a tracking issue initially, but as soon as I get the go-ahead from a reviewer I'll make that right away ðŸ˜„