Files
rust/clippy_lints
Alex Macleod d7fd1c8e3c make [manual_map] ignore types that contain dyn (#12712)
fixes: #12659

[`manual_map`] and [`manual_filter`] shares the same check logic, but
this issue doesn't seems like it could affect `manual_filter` (?)

---

changelog: make [`manual_map`] ignore types that contain `dyn`
2025-02-09 15:51:03 +00:00
..

This crate contains Clippy lints. For the main crate, check GitHub.