Oli Scherer
3d88fae050
Update ui test crate
2023-08-11 14:02:28 +00:00
Alex Macleod
cfa5aa2aad
Don't suggest unnameable types in box_default, let_underscore_untyped
2023-05-18 18:51:27 +00:00
Icxolu
4ed7fd1ecc
fix failing tests
2023-05-03 20:55:14 +02: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
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
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
Philipp Krones
e2808afd60
Merge remote-tracking branch 'upstream/master' into rustup
2022-10-06 09:19:29 +02:00
Andre Bogus
63f441ec85
add box-default
lint
2022-09-27 13:26:23 +02:00