mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 02:24:15 +03:00
[ABNF] Remove 'string' from the keywords.
Now that the stdlib includes the type alias declaration type string = [char; _]; in order for that type declaration to be legal and not "special", 'string' must be an identifier.
This commit is contained in:
parent
caf27b3243
commit
cc46ec060f
@ -414,7 +414,6 @@ keyword = %s"address"
|
||||
/ %s"Self"
|
||||
/ %s"self"
|
||||
/ %s"static"
|
||||
/ %s"string"
|
||||
/ %s"type"
|
||||
/ %s"u8"
|
||||
/ %s"u16"
|
||||
|
Loading…
Reference in New Issue
Block a user