Graeme Coupar ee03849017 Convert Into to From assist
This adds a "Convert Into to From" assist, useful since clippy has
recently started adding lints on every `Into`.

It covers converting the signature, and converting any `self`/`Self`
references within the body to the correct types.

It does assume that every instance of `Into` can be converted to a
`From`, which I _think_ is the case now.  Let me know if there's
something I'm not thinking of and I can try and make it smarter.
2021-04-03 15:48:35 +01:00
..
2021-03-21 16:15:41 +01:00
2021-03-02 14:27:29 +02:00
2021-04-02 11:25:40 +00:00
2021-04-01 21:11:06 +00:00
2021-04-03 15:48:35 +01:00
2021-04-01 21:31:25 +02:00
2021-04-03 15:48:35 +01:00
2021-03-21 16:15:41 +01:00
2021-01-22 15:38:33 +01:00
2021-03-24 15:01:37 +08:00
2021-04-01 21:22:11 +00:00
2021-02-05 16:09:45 +01:00
2021-03-21 16:15:41 +01:00
2021-02-12 16:31:16 +01:00