Commit af32411
committed
Avoid double-interning some
This function has this line twice:
```
let bound_vars = tcx.intern_bound_variable_kinds(&bound_vars);
```
The second occurrence is effectively a no-op, because the first
occurrence interned any that needed it.BoundVariableKinds.1 parent 107f14d commit af32411
File tree
1 file changed
+0
-2
lines changed- compiler/rustc_trait_selection/src/traits/select
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | 569 | | |
572 | 570 | | |
573 | 571 | | |
| |||
0 commit comments