0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/ext
Ben Noordhuis af0d2eeb7b 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-22 11:03:36 -04:00
..
broadcast_channel upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
console 1.25.3 (#15917) 2022-09-15 13:46:30 -04:00
crypto chore: fix clippy warnings (#15944) 2022-09-22 11:03:36 -04:00
fetch upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
ffi upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
flash chore: fix clippy warnings (#15944) 2022-09-22 11:03:36 -04:00
http upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
net chore: fix clippy warnings (#15944) 2022-09-22 11:03:36 -04:00
node fix(ext/node): fix builtin module module (#15904) 2022-09-22 11:03:36 -04:00
tls 1.25.3 (#15917) 2022-09-15 13:46:30 -04:00
url chore: fix clippy warnings (#15944) 2022-09-22 11:03:36 -04:00
web perf(web): optimize encodeInto() (#15922) 2022-09-22 11:03:35 -04:00
webgpu upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
webidl 1.25.3 (#15917) 2022-09-15 13:46:30 -04:00
websocket upgrade deps (#15914) 2022-09-22 11:03:35 -04:00
webstorage 1.25.3 (#15917) 2022-09-15 13:46:30 -04:00