forked from M-Labs/nac3
composer: add range keyword
This commit is contained in:
parent
613020a717
commit
0e914ab7e9
|
@ -390,6 +390,7 @@ impl TopLevelComposer {
|
|||
"bool".into(),
|
||||
"none".into(),
|
||||
"None".into(),
|
||||
"range".into(),
|
||||
"self".into(),
|
||||
"Kernel".into(),
|
||||
"KernelImmutable".into(),
|
||||
|
|
Loading…
Reference in New Issue