1
Fork 0

handle proc-macros as macros instead of functions

This commit is contained in:
QuietMisdreavus 2018-09-25 14:56:43 -05:00
parent f49f6e73a8
commit aea1bd0a59
11 changed files with 241 additions and 48 deletions

View file

@ -39,7 +39,10 @@
"associatedconstant",
"union",
"foreigntype",
"keyword"];
"keyword",
"existential",
"attr",
"derive"];
var search_input = document.getElementsByClassName('search-input')[0];