Why this matters
Reduces noise and minor performance overhead.
Avoid no-op or duplicate calls (e.g., flatten.flatten, compact followed by compact!).
Reduces noise and minor performance overhead.
Side-by-side examples engineers can pattern-match during review.
arr.flatten.flattenarr.flatten(2)arr.compact.compactarr.compact!From the same buckets as this rule.