Re: [Linaro-mm-sig] Re: [PATCH v20 2/4] rust: drm: gem: shmem: Add vmap functions

From: lyude

Date: Fri Jun 12 2026 - 14:42:06 EST


On Thu, 2026-06-11 at 10:01 -0700, Deborah Brouwer wrote:
>
> Hi Lyude, i've got a clippy error here that "into_iter()" is
> redundant
> because it converts a Range<usize> into a Range<usize>.

Yep, that's completely correct! It looks like I was running my kunit
tests without WERROR and CLIPPY by mistake, which would explain how I
missed this :).

Will fix in the next respin in just a moment