Why is using return as the last statement in a function considered bad style?
I was reading through the Rust documentation and came across the following example and statement Using a return as the last line of a function works, but is considered poor style: fn foo(x: i32) ...
https://stackoverflow.com/questions/27961879/why-is-using-return-as-the-last-statement-in-a-function-considered-bad-style