clippy + comments

This commit is contained in:
Brian Carroll 2022-11-21 21:31:58 +00:00
parent 3d7fb380a5
commit ce10199bb4
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 16 additions and 12 deletions

View file

@ -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),
];