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
rustfmt will take care of ordering imports as long as there are no newlines separating them, so it's better to get rid of the newlines and let rustfmt take care of that.
The text was updated successfully, but these errors were encountered:
In several places such as the following:
c-compiler/src/parse/c.rs
Lines 1 to 4 in 3e75565
there are newlines between imports.
rustfmt
will take care of ordering imports as long as there are no newlines separating them, so it's better to get rid of the newlines and letrustfmt
take care of that.The text was updated successfully, but these errors were encountered: