rust/compiler/rustc_mir_build
Dylan DPC b3d3251271
Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor
Replace if-let and while-let with `if let` and `while let`

This pull request replaces if-let and while-let with `if let` and `while let`.

closes https://github.com/rust-lang/rust/issues/82205
2021-02-18 16:57:37 +01:00
..
src Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor 2021-02-18 16:57:37 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00