diff --git a/src/machine/machine_indices.rs b/src/machine/machine_indices.rs index 3c918883..7f7bfe35 100644 --- a/src/machine/machine_indices.rs +++ b/src/machine/machine_indices.rs @@ -526,7 +526,7 @@ impl IndexStore { &'a self, range: R, ) -> impl Iterator + 'a { - self.streams.range(range).into_iter().copied() + self.streams.range(range).copied() } /// Forcibly sets `alias` to `stream`.