Skip to content

Conversation

@HCastano
Copy link
Contributor

@HCastano HCastano commented Nov 4, 2021

While looking at #979 I noticed that Robin (kinda) wrapped my module comments. I wondered
if we had any RustFmt config around that, and it turns out that while we did
(comment_width = 80) we were not actual using it since we had wrap_comments = false.
According to the comment_width docs we need to set it to true in order for it to have an effect.

@HCastano
Copy link
Contributor Author

HCastano commented Nov 4, 2021

Looks like we'll have to manually fix some code examples, lists, and tables with this change, so maybe I'll leave this for another time...

@HCastano HCastano closed this Nov 4, 2021
@Robbepop
Copy link
Collaborator

Robbepop commented Nov 4, 2021

I am against enabling this rustfmt rule since it uglifies a lot of comments imo. i tried it and it severely did not satisfy me.

@HCastano HCastano deleted the hc-wrap-comments branch November 5, 2021 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants