mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
external with redirection
This commit is contained in:
@ -30,8 +30,7 @@ impl Iterator for ValueStream {
|
||||
|
||||
fn next(&mut self) -> Option<Self::Item> {
|
||||
{
|
||||
let mut iter = self.0.borrow_mut();
|
||||
iter.next()
|
||||
self.0.borrow_mut().next()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user