Philipp Gesang 296dcf09fb
unnecessary_struct_initialization: extend to assignments moving all fields
This lint makes Clippy warn about situations where an owned
struct is essentially recreated by moving all its fields into a
new instance of the struct. Until now this lint only triggered
for structs recreated from a base struct.

NB: The new functionality too will cause false positives for the
situation where a non-copy struct consisting of all copy members
is touched again in subsequent code.
2024-07-09 13:53:11 +02:00
..
2024-06-20 13:57:16 +00:00
2024-07-04 14:31:15 +02:00
2024-07-05 10:28:26 +02:00
2024-06-16 18:33:43 -04:00
2024-06-16 18:33:43 -04:00
2024-07-03 21:25:43 +07:00
2024-06-25 17:50:48 +02:00
2024-06-16 18:33:43 -04:00
2024-06-16 18:33:43 -04:00
2024-06-13 12:24:31 +02:00
2024-06-13 12:24:31 +02:00
2024-06-16 22:36:24 -04:00
2024-06-16 22:36:24 -04:00
2024-06-25 17:50:48 +02:00
2024-06-09 07:47:42 +01:00