You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I have chosen the example in the extreme case on purpose)
Also if we remove the impl and replace Into with some struct name it correctly formats again. So I think it has to do with the impl , but this is just a wild guess.
The text was updated successfully, but these errors were encountered:
Consider the following function:
The parameter line is too long (105 chars) but
rustfmt
does not change it, it even reformats to this if we try to fix it manually.Interestingly, if we add one more character then it breaks correctly:
(I have chosen the example in the extreme case on purpose)
Also if we remove the
impl
and replaceInto
with some struct name it correctly formats again. So I think it has to do with theimpl
, but this is just a wild guess.The text was updated successfully, but these errors were encountered: