The pre-push clippy invocation ran without --all-targets, so it only checked lib + bins — test and example targets were never clippy-linted, which is how the cfg(test)/test-target debt cleared in the previous commit accumulated unflagged. Add --all-targets now that the debt is clean. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>