-
Notifications
You must be signed in to change notification settings - Fork 925
// Reformated to // even with normalize_comments = true
#3209
New issue
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
Comments
It also happens when |
@D4nte I cannot reproduce this on master, whatever is the value of |
I just install cargo fmt from master and ran it.
Changed to
I use a
Thank you for your help! |
I am still unable to reproduce what you have. Could you share the file in which that happens ? To test, I do the following:
|
Hi, I was able to reproduce with a single file. See below. Thank you for investigating this!
|
I didn't try with the block comment after the struct's fields in my tries! thanks for providing a reproducible example ;o) |
Thanks! |
Hi,
When activating
wrap_comments = true
, whether or notnormalize_comments
is set totrue
, the following happens:Before:
After:
What I expected:
Version:
The text was updated successfully, but these errors were encountered: