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
This doesn't compile though, showing various errors like incorrect unicode escape sequence, invalid character in unicode escape: \\, overlong unicode escape (can have at most 6 hex digits).
We will no longer break in the middle of words, only at whitespace or punctuation.
This means we sometimes over-run, but that seems better than some of the bad splits we see.
Closes#369
We will no longer break in the middle of words, only at whitespace or punctuation.
This means we sometimes over-run, but that seems better than some of the bad splits we see.
Closes#369
I have this code:
Running rustfmt (9a5688f) formats it to this:
This doesn't compile though, showing various errors like
incorrect unicode escape sequence
,invalid character in unicode escape: \\
,overlong unicode escape (can have at most 6 hex digits)
.The text was updated successfully, but these errors were encountered: