I'm curious about the reasoning behind this.
Clippy tells me to remove return
statements but if I'm doing early returns in a kludge of code, I would prefer these to be marked explicitly.
Wouldn't it be better to limit enforcing return
less returns to the last statement in a function?