We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
echo ' // ``` // [ // ] // ``` ' | rustfmt --config format_code_in_doc_comments=true
outputs:
// ``` // [] // ```
This is not a doc comment, so I think it should not be reformatted.
Or at least documentation should be updated.
rustfmt --version rustfmt 1.6.0-nightly (a991861e 2023-09-05)
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. I just looked into this and I believe #5536 will address this once it's merged
Sorry, something went wrong.
linking this to the tracking issue: #3348
Successfully merging a pull request may close this issue.
outputs:
This is not a doc comment, so I think it should not be reformatted.
Or at least documentation should be updated.
The text was updated successfully, but these errors were encountered: