mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-18 11:11:10 +00:00
Removing custom PartialEq and Eq implementations helps avoid issues like:
help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
|
29 | (IntWriter(a), IntWriter(b)) => std::ptr::fn_addr_eq(*a, *b),
| ++++++++++++++++++++++ ~~~ +
Observable on nightly 1.86
|
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE | ||
| od.md | ||