Let empty files be empty files (reprise)#6940
Conversation
|
@notpeter can you remind me why we're repurposing the Wouldn't it make more sense to create some new distinct test cases for what we're working on. |
|
When I was doing that PR, I was really bummed when it felt appropriate to duplicate the tree. In this PR, I've now switched from duplicated versions and instead added |
There was a problem hiding this comment.
can we avoid making any changes to the reorder_modules test cases. It's still not clear to me why we're updating these existing test cases. I think we should create new distinct test cases that don't modify any of the old tests.
|
@rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
No longer add a "final newline" to empty files.
Empty files shouldn't need need trailing newlines.
Much simpler than previous version.