Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez
rustdoc: avoid many `Symbol` to `String` conversions. Particularly when constructing file paths and fully qualified paths. This avoids a lot of allocations, speeding things up on almost all examples. r? `@GuillaumeGomez`
This commit is contained in:
commit
b0ec3e09a9
14 changed files with 256 additions and 169 deletions
|
@ -567,6 +567,7 @@ symbols! {
|
|||
doc_spotlight,
|
||||
doctest,
|
||||
document_private_items,
|
||||
dotdot: "..",
|
||||
dotdot_in_tuple_patterns,
|
||||
dotdoteq_in_patterns,
|
||||
dreg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue