Tiddo Langerak 7c568961fd
Feat: extracted method from trait impl is placed in existing impl
Previously, when triggering a method extraction from within a trait
impl block, then this would always create a new impl block for
the struct, even if there already is one. Now, it'll put the extracted
method in the matching existing block if it exists.
2022-08-10 13:07:02 +03:00
..
2022-08-09 18:08:05 +02:00
2022-08-01 13:47:09 +02:00
2022-07-31 19:27:20 +02:00
2022-08-06 17:25:02 +03:00