1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/serde_v8/tests
Ben Noordhuis b1b418b81a
chore: fix clippy warnings (#15944)
Stop allowing clippy::derive-partial-eq-without-eq and fix warnings
about deriving PartialEq without also deriving Eq.

In one case I removed the PartialEq because it a) wasn't necessary,
and b) sketchy because it was comparing floating point numbers.

IMO, that's a good argument for enforcing the lint rule, because it
would most likely have been caught during review if it had been enabled.
2022-09-19 10:25:03 +02:00
..
de.rs chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
magic.rs feat(serde_v8): bytes::Bytes support (#14412) 2022-05-13 12:53:13 +02:00
ser.rs feat(serde_v8): Serialize integers as BigInt (#15692) 2022-09-01 16:21:28 +05:30