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
Auto merge of #151015 - JonathanBrouwer:fix-cratelevel-perf, r=jdonszelmann
Fix perf of `check_crate_level` refactor
Fixes the perf of #150930
The problem is that `allowed_targets` allocates a `Vec`
(also moves a comment around to a move useful place)
r? @jdonszelmann
0 commit comments