1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/src/uu/od
Alexander Shirokov ae7238bbdf
od:use derived PartialEq and Eq
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
2025-01-26 11:42:35 +01:00
..
src od:use derived PartialEq and Eq 2025-01-26 11:42:35 +01:00
Cargo.toml New release 2025-01-11 14:01:27 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
od.md od: move help strings to markdown file (#4406) 2023-02-22 16:44:55 +01:00