1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext
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
..
broadcast_channel upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
console chore: forward v1.25.3 release commit to main (#15919) 2022-09-15 16:24:06 -04:00
crypto chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
fetch upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
ffi upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
flash chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
http upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
net chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
node fix(ext/node): fix builtin module module (#15904) 2022-09-17 20:35:32 +09:00
tls chore: forward v1.25.3 release commit to main (#15919) 2022-09-15 16:24:06 -04:00
url chore: fix clippy warnings (#15944) 2022-09-19 10:25:03 +02:00
web perf(web): optimize encodeInto() (#15922) 2022-09-17 16:48:15 +05:30
webgpu upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
webidl chore: forward v1.25.3 release commit to main (#15919) 2022-09-15 16:24:06 -04:00
websocket upgrade deps (#15914) 2022-09-16 19:11:30 -04:00
webstorage chore: forward v1.25.3 release commit to main (#15919) 2022-09-15 16:24:06 -04:00