diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2021-04-08 20:29:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-08 20:29:59 +0200 |
| commit | 901ada6494438cf7f7c2b041bbaa26b8b0217a89 (patch) | |
| tree | 1264fb22a55078e3ef34812bbed345db4cbd39cf /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 74b23f9d112b6846743e7aa3ce46acb59592d4ce (diff) | |
| parent | e2708b4f24dbe75195b2d32bd7983d7f15f6aa2c (diff) | |
| download | rust-901ada6494438cf7f7c2b041bbaa26b8b0217a89.tar.gz rust-901ada6494438cf7f7c2b041bbaa26b8b0217a89.zip | |
Rollup merge of #83992 - GuillaumeGomez:merge-idents, r=notriddle
Merge idents when generating source content The idea here is to not have a span for each part of a path. Currently, for `a::b::c` we generate `<span>a</span>::<span>b</span>::<span>c</span>`, with this change, we will generate `<span>a::b::c</span>`. A nice "side-effect" is that it reduces the size of the output HTML too. :) cc `@notriddle`
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
