Fix order of ptr::copy_nonoverlapping parameters.
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commit724f94758def9f71ad27ff49e47e908a431c2728
tree920a1ea8066cc3149d677fbf87ea893ed0128599
parentf1ea6f1cf92b3bfb345e05cd9db763226365656c
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.
src/raw.rs