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