Re-enable clippy::ptr_arg where it had been disabled.
In one of the two places, nightly no longer warns. In the other place, it's fine for nightly to warn: I just fixed the code to take a slice instead.
Partial revert of 856aca87.
Resolves part of #310 (closed).