Handle multiple `impl`s of the same trait in the same file
authorMatt Corallo <git@bluematt.me>
Thu, 27 Oct 2022 00:18:18 +0000 (00:18 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 28 Oct 2022 01:31:25 +0000 (01:31 +0000)
This should be easy, but we end up with redundant `use` statements.
Thus, we instead track which use statements we want and put them at
the end when generating new files


No differences found