DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

clippy: Fix filter-map-bool-then warnings. #206

Closed waywardmonkeys closed 10 months ago

waywardmonkeys commented 10 months ago

Use filter then map, rather thanfilter_mapwith abool::then` inside of it.

waywardmonkeys commented 10 months ago

This is a new check in Rust 1.72.

DelSkayn commented 10 months ago

Looks good.

Thx!