Use a consistent way to filter out bounds instead of splitting it into three places by oli-obk · Pull Request #126471 · rust-lang/rust (original) (raw)
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
`[Unrolled build for](/rust-lang-ci/rust/commit/6bfc3409a2cb73e8c44ac4519ba788670b1e5d34 "Unrolled build for #126471 Rollup merge of #126471 - oli-obk:filter_loop, r=compiler-errors
Use a consistent way to filter out bounds instead of splitting it into three places
just a small cleanup, no logic change.
Initially the code had me looking for why anything was special here, only to realize there's nothing interesting going on") rust-lang#126471 `
[6bfc340](/rust-lang-ci/rust/commit/6bfc3409a2cb73e8c44ac4519ba788670b1e5d34)
Rollup merge of rust-lang#126471 - oli-obk:filter_loop, r=compiler-errors
Use a consistent way to filter out bounds instead of splitting it into three places
just a small cleanup, no logic change.
Initially the code had me looking for why anything was special here, only to realize there's nothing interesting going on