From: Chris Morgan Date: Sun, 6 Mar 2016 13:11:37 +0000 (+1100) Subject: Fix order of ptr::copy_nonoverlapping parameters. X-Git-Tag: 0.12.1~10 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/724f94758def9f71ad27ff49e47e908a431c2728?hp=724f94758def9f71ad27ff49e47e908a431c2728 Fix order of ptr::copy_nonoverlapping parameters. Clippy helped me spot this. It didn’t cause any bugs, just bad performance as all keys would hash to 0 and thus end up in the same bucket. ---