code formatting
#1292
Replies: 1 comment
-
Interesting, I find the latter much easier to parse, so maybe we should do this going forward 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can split field write chain on steps to make
rustfmt
happy.For example instead of
you can write:
This is due to the fact that
w
is&mut
Beta Was this translation helpful? Give feedback.
All reactions