Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote
Avoid `Symbol` to `&str` conversions `Symbol::as_str` is a slowish operation, so this patch removes some usages of it.
This commit is contained in:
commit
4815f94c51
12 changed files with 28 additions and 23 deletions
|
@ -257,6 +257,7 @@ symbols! {
|
|||
Result,
|
||||
Return,
|
||||
Right,
|
||||
Rust,
|
||||
RustcDecodable,
|
||||
RustcEncodable,
|
||||
Send,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue