mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-04 02:20:04 +00:00
d5f5487252
Change Rc<Box<T>> recommendation to be Rc<T> instead of Box<T> Fixes #5722 changelog: Suggest `Rc<Box<T>>` -> `Rc<T>` in [`redundant_allocation`] lint |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |