Inline single-use temporary

This commit is contained in:
Benjamin Saunders
2022-02-10 18:13:15 -08:00
parent 7b79af211a
commit ea4250dfd7
+4 -2
View File
@@ -2622,8 +2622,10 @@ impl Connection {
};
// Retire the current remote CID and any CIDs we had to skip.
let retire_cids = &mut self.spaces[SpaceId::Data].pending.retire_cids;
retire_cids.extend(retired);
self.spaces[SpaceId::Data]
.pending
.retire_cids
.extend(retired);
self.set_reset_token(reset_token);
}