mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 06:39:33 +02:00
Fixes #6895 Warning: `Iterator::map_while` does not return a `FusedIterator`! Depending on the consuming adaptor or code (e.g. for loop) the iteration may be stopped but this is not guaranteed. Adds a test example but Examples handle iterators like `FusedIterator` and thus don't catch the regression Cleanup the message on another test