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 "match" ::token/match
"mut" ::token/mut "mut" ::token/mut
"nil" ::token/nil "nil" ::token/nil
"panic!" ::token/panic ;; "panic!" ::token/panic
"ref" ::token/ref "ref" ::token/ref
"then" ::token/then "then" ::token/then
"true" ::token/true "true" ::token/true