Re: [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
From: Tamir Duberstein
Date: Mon Apr 06 2026 - 10:44:22 EST
On Mon, 06 Apr 2026 01:52:51 +0200, Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
> `feature(extract_if)` [1] was stabilized in Rust 1.87.0 [2], and the last
> significant change happened in Rust 1.85.0 [3] when the range parameter
> was added.
>
> That is, with our new minimum version, we can start using the feature.
>
> Thus simplify the code using the feature and remove the TODO comment.
>
> [...]
Reviewed-by: Tamir Duberstein <tamird@xxxxxxxxxx>
--
Tamir Duberstein <tamird@xxxxxxxxxx>