mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
b1b418b81a
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. |
||
---|---|---|
.. | ||
web_worker | ||
fs_events.rs | ||
fs.rs | ||
http.rs | ||
io.rs | ||
mod.rs | ||
os.rs | ||
permissions.rs | ||
process.rs | ||
runtime.rs | ||
signal.rs | ||
spawn.rs | ||
tty.rs | ||
utils.rs | ||
web_worker.rs | ||
worker_host.rs |