You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable clippy::clone_on_ref_ptr lint and fix all violations
Adds `clone_on_ref_ptr = "deny"` to workspace clippy lints, enforcing
explicit `Arc::clone(&x)` instead of `x.clone()` on ref-counted pointers
to make refcount bumps visually distinct from deep clones.
Signed-off-by: Joseph Isaacs <joseph@spiraldb.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments