rust/clippy_lints
bors 87c6f32756 Auto merge of #7592 - lengyijun:redundant_allocation, r=camsteffen
redundant_allocation: fix 7487

Fixes #7487

changelog: [`redundant_allocation`] - allow `Box<Box<dyn T>>` which replaces wide pointers with thin pointers
2021-08-24 12:32:01 +00:00
..
src Auto merge of #7592 - lengyijun:redundant_allocation, r=camsteffen 2021-08-24 12:32:01 +00:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
README.md

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