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
The use declaration is only 49 characters but gets wrapped anyway. This also happens with the default max_width of 100 (use declarations > 98 characters get wrapped).
The text was updated successfully, but these errors were encountered:
Imports that could fit on a single line are unnecessarily wrapped:
After
rustfmt --config max_width=50
:The
use
declaration is only 49 characters but gets wrapped anyway. This also happens with the defaultmax_width
of 100 (use
declarations > 98 characters get wrapped).The text was updated successfully, but these errors were encountered: