mirror of
https://github.com/ruby/ruby.git
synced 2026-08-03 13:08:59 +08:00
This forces the caller to write `&` before each closure for no benefits. It's also weird because another parameter uses `impl Fn...` so you end up with a noisy asymmetry at the call site. Use `impl Fn`.