Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#80569 - notriddle:patch-3, r=jyn514
Use Array.prototype.filter instead of open-coding Part of rust-lang#79052, originally suggested in rust-lang#79052 (comment) by `@jyn514` Besides making main.js smaller (always a plus), this also performs better by using the optimized filter implementation in your browser's JavaScript engine (according to `@GuillaumeGomez,` an 84% performance improvement).
- Loading branch information