Open a-0-dev opened 10 months ago
Thanks for the report. I'm pretty sure that this is a duplicate of #6022
You're right. I did search the issue list, but didn't find this one. You may proceed with this issue as you like, if you want to close duplicates please do so! :)
The following snippet is formatted using rustfmt.
In my opinion, this is not very readable since it breaks the strict indentation of anything inside a match arm. Shouldn't the closing bracket of the tuple in the Some(_) arm be indented further (and therefore, potentially, the two fields of the tuple as well)?