handle proc-macros as macros instead of functions
This commit is contained in:
parent
f49f6e73a8
commit
aea1bd0a59
11 changed files with 241 additions and 48 deletions
|
@ -39,7 +39,10 @@
|
|||
"associatedconstant",
|
||||
"union",
|
||||
"foreigntype",
|
||||
"keyword"];
|
||||
"keyword",
|
||||
"existential",
|
||||
"attr",
|
||||
"derive"];
|
||||
|
||||
var search_input = document.getElementsByClassName('search-input')[0];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue