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.
This commit is contained in:
parent
02c9e73e6c
commit
10b1c9aa8b
13 changed files with 198 additions and 120 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