mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
[Shatner yell] CLIPPYYYYYYYYYYY!!!!!!!
This commit is contained in:
parent
e0e6f56353
commit
dd1e8cc193
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const MODULE_SEPARATOR: char = '.';
|
|||
|
||||
const EXPANDED_STACK_SIZE: usize = 8 * 1024 * 1024;
|
||||
|
||||
const PRELUDE_TYPES: [(&'static str, Symbol); 33] = [
|
||||
const PRELUDE_TYPES: [(&str, Symbol); 33] = [
|
||||
("Num", Symbol::NUM_NUM),
|
||||
("Int", Symbol::NUM_INT),
|
||||
("Float", Symbol::NUM_FLOAT),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue