mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
chore: clippy needless into_iter
This commit is contained in:
@@ -507,7 +507,7 @@ impl SharedStateBuilder {
|
||||
|
||||
assert_eq!(g.latest.is_none(), g.known_ongoing.is_empty());
|
||||
|
||||
g.known_ongoing.extend(self.inprogress.into_iter());
|
||||
g.known_ongoing.extend(self.inprogress);
|
||||
if g.latest.is_none() && !g.known_ongoing.is_empty() {
|
||||
g.latest = Some((ExistingAttempt::ReadFromIndexPart, false));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user