Commit de6b03b
authored
Rollup merge of rust-lang#115319 - klensy:no-snapshot-in-graph, r=WaffleLapkin
don't use SnapshotVec in Graph implementation, as it looks unused; use Vec instead
`Graph` don't use `SnapshotVec` methods, so use simple `Vec` instead?File tree
1 file changed
+4
-19
lines changed- compiler/rustc_data_structures/src/graph/implementation
1 file changed
+4
-19
lines changedLines changed: 4 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 47 | | |
63 | 48 | | |
64 | 49 | | |
| |||
86 | 71 | | |
87 | 72 | | |
88 | 73 | | |
89 | | - | |
| 74 | + | |
90 | 75 | | |
91 | 76 | | |
92 | 77 | | |
93 | | - | |
| 78 | + | |
94 | 79 | | |
95 | 80 | | |
96 | 81 | | |
| |||
0 commit comments