next.js icon indicating copy to clipboard operation
next.js copied to clipboard

chore(turbo-tasks-backend): Remove collapsible-if lints

Open bgw opened this issue 4 months ago • 3 comments

I can believe that the non-collapsed if might be slightly more readable, but once you have to silence the lint with #[allow(clippy::collapsible_if, reason = "readablility")], it's no longer worth it.

Closes PACK-3326

bgw avatar Oct 23 '24 21:10 bgw