You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore unused block warnings condition for Ruby 3.4
ruby/ruby#10403 raised many "the block passed to" warnings.
then idnored these warnings because some of them might have contain false positives.
Now we can restore the warning condition
because these false positives should have been addressed by these changes:
ruby/ruby#10559rails#51597rails#51583
0 commit comments