Skip to content

Re-enable clippy::ptr_arg where it had been disabled.

Nick Mathewson requested to merge nickm/arti:ptr_arg_fix into main

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).

Merge request reports