Remove panic! keyword (it's an fn)

This commit is contained in:
Scott Richmond 2022-04-04 19:07:33 -04:00
parent df784f7294
commit d663f48b6f

View File

@ -21,7 +21,7 @@
"match" ::token/match
"mut" ::token/mut
"nil" ::token/nil
"panic!" ::token/panic
;; "panic!" ::token/panic
"ref" ::token/ref
"then" ::token/then
"true" ::token/true