Use pre-interned symbols in a couple of places
This commit is contained in:
parent
d63a8d965e
commit
ec9c949946
4 changed files with 17 additions and 13 deletions
|
@ -208,6 +208,7 @@ symbols! {
|
|||
LinkedList,
|
||||
LintPass,
|
||||
Mutex,
|
||||
N,
|
||||
None,
|
||||
Ok,
|
||||
Option,
|
||||
|
@ -327,6 +328,7 @@ symbols! {
|
|||
array,
|
||||
arrays,
|
||||
as_ptr,
|
||||
as_ref,
|
||||
as_str,
|
||||
asm,
|
||||
asm_const,
|
||||
|
@ -592,6 +594,7 @@ symbols! {
|
|||
enable,
|
||||
enclosing_scope,
|
||||
encode,
|
||||
end,
|
||||
env,
|
||||
eq,
|
||||
ermsb_target_feature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue