mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy + comments
This commit is contained in:
parent
3d7fb380a5
commit
ce10199bb4
3 changed files with 16 additions and 12 deletions
|
@ -169,7 +169,7 @@ mod tests {
|
|||
const VALUES: [Value; 4] = [
|
||||
Value::I32(123),
|
||||
Value::I64(123456),
|
||||
Value::F32(3.14),
|
||||
Value::F32(1.01),
|
||||
Value::F64(-1.1),
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue