]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #102883 - Urgau:fix-stabilization-half_open_range_patterns, r=lcnr
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 12 Oct 2022 16:43:25 +0000 (22:13 +0530)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 16:43:25 +0000 (22:13 +0530)
commit117a98c5ceec27ef909bf95e62d079529ce24a82
treea3e467e426042643cb927b4bc150722164cd573e
parentc763ebc72f45c0d086875f6acf88b48d7f39eb23
parentd17a69e4535a73b1c556f602e97cc576ef69fadd
Rollup merge of #102883 - Urgau:fix-stabilization-half_open_range_patterns, r=lcnr

Fix stabilization of `feature(half_open_range_patterns)`

Fixes https://github.com/rust-lang/rust/pull/102275/files#r991292215 by removing the relevant code that was [already partial moved](https://github.com/rust-lang/rust/pull/102275/files#diff-307e0d3a2037c11a3fa16822fbaa0fec08e57ac7d0d6e7354f6005c9482a9e26).

cc `@Undin`