Rustfmt butchers snippet

I'm overall very satisfied with rustfmt. However, I have a piece of code which rustfmt butchers so badly that I fear I might have committed some kind of crime against humanity. (Not a bug, rustfmt seems to be doing the right thing technically, but not aesthetically).

I have some vague memory of having seen some place to report exactly such code snippets (that don't look good even though they technically may be correct) to the rustfmt developers, but I can't find it. Did I have a very weird rustfmt-inspired dream, or is there such a form somewhere? I believe it even had a field for posting one's rustfmt.toml?

... or was this clang-format? :thinking:

the rustfmt repository has bug templates, e.g. the one for formatting issues

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.