mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The rust std lib already provides functionality to compare two slies. Replace all `memeq` invocations with == and remove the `memeq` function. As a side effect this eliminates some unsafe code in this crate. Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>