rust/tests
bors d5f5487252 Auto merge of #5899 - JarredAllen:rc-box-suggestion, r=yaahc
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
2020-08-13 13:31:55 +00:00
..
auxiliary
cargo
ui Auto merge of #5899 - JarredAllen:rc-box-suggestion, r=yaahc 2020-08-13 13:31:55 +00:00
ui-cargo Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup 2020-07-14 14:59:59 +02:00
ui-toml too-many-lines: make lint adhere to lint message convention 2020-08-10 20:55:23 +02:00
compile-test.rs Auto merge of #5891 - flip1995:rustup, r=flip1995 2020-08-11 12:32:10 +00:00
dogfood.rs
fmt.rs
integration.rs
missing-test-files.rs
versioncheck.rs