Remove panic! keyword (it's an fn)
This commit is contained in:
parent
df784f7294
commit
d663f48b6f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user