Files
rust/compiler/rustc_mir_transform/src
Matthias Krüger c582c0c137 Rollup merge of #129067 - cuviper:append, r=wesleywiser
Use `append` instead of `extend(drain(..))`

The first commit adds `IndexVec::append` that forwards to `Vec::append`, and uses it in a couple places.

The second commit updates `indexmap` for its new `IndexMap::append`, and also uses that in a couple places.

These changes are similar to what [`clippy::extend_with_drain`](https://rust-lang.github.io/rust-clippy/master/index.html#/extend_with_drain) would suggest, just for other collection types.
2024-08-15 00:02:27 +02:00
..
2024-07-29 08:26:52 +10:00
2024-06-16 21:35:21 -04:00
2024-08-09 14:33:25 +10:00
2023-12-10 10:56:22 +08:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-04-20 19:20:38 +00:00
2024-07-29 08:26:52 +10:00
2024-07-07 18:16:38 +02:00
2024-07-29 08:26:52 +10:00
2023-12-10 10:56:22 +08:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-08-09 14:33:25 +10:00
2024-07-31 00:59:13 +00:00
2024-08-13 13:40:05 -07:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-06-14 16:54:29 -04:00