Philipp Krones
96b32b1cb8
Merge remote-tracking branch 'upstream/master' into rustup
2023-05-20 15:32:20 +02:00
Alex Macleod
cfa5aa2aad
Don't suggest unnameable types in box_default, let_underscore_untyped
2023-05-18 18:51:27 +00:00
Philipp Krones
7e9abb311d
Merge commit ' 371120bdbf' into clippyup
2023-05-05 17:45:49 +02:00
Icxolu
4ed7fd1ecc
fix failing tests
2023-05-03 20:55:14 +02:00
Philipp Krones
a1b75c5108
Merge commit ' a3ed905928' into clippyup
2023-04-23 13:28:56 +02:00
Oli Scherer
def1705a27
Update to a compiletest-rs version that requires //@ for commands
2023-04-20 14:44:03 +00:00
Jason Newcomb
0413fb35ba
Merge commit ' 149392b0ba' into clippyup
2023-02-25 19:28:50 -05:00
Samuel Tardieu
92c403c9b0
Box::default(): do not omit the type of the removed trait object
...
Within a larger expression, when the type of `Box::new(T::default())` is
`Box<dyn Trait>`, the concrete type `T` cannot be omitted in the
proposed replacement `Box::<T>::default()`.
2023-02-20 11:58:27 +01:00
Philipp Krones
d21616737b
Merge commit ' 7f27e2e74e' into clippyup
2023-01-12 19:48:13 +01:00
Andre Bogus
d23dce54ec
add a test against #100898
2023-01-08 20:25:42 +01:00
Andre Bogus
d3a50d2fda
trim paths in box_default
2023-01-04 00:44:20 +01:00
flip1995
cd0bb7de01
Merge commit ' 4f142aa105' into clippyup
2022-10-23 15:18:45 +02:00
Andre Bogus
bd61fdbd5f
fix box-default ignoring trait objects' types
2022-10-10 21:11:37 +02:00
Andre Bogus
d3c041a086
extend box-default lint, add suggestion
2022-10-06 16:00:45 +02:00