mirror of
https://github.com/ruby/ruby.git
synced 2026-08-01 17:57:19 +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`.