-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 45b80ac
Auto merge of #142869 - nnethercote:join_path-mini, r=camelid
Use `join_with_double_colon` in `write_shared.rs`.
For consistency. Also, it's faster because `join_with_double_colon` does a better job estimating the allocation size than `join` from `itertools`.
r? `@camelid`File tree
1 file changed
+2
-2
lines changed- src/librustdoc/html/render
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
29 | 28 |
| |
30 | 29 |
| |
31 | 30 |
| |
| |||
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
46 | + | ||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| |||
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
611 | - | ||
611 | + | ||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
|
0 commit comments