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
A long type path could look like long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::Long which currently would not get formatted, but this could exceed rustfmt's max_width setting.
How could this be handled?
The text was updated successfully, but these errors were encountered:
Referred from rust-lang/rustfmt#6494
A long type path could look like
long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::long_type_path::Long
which currently would not get formatted, but this could exceed rustfmt'smax_width
setting.How could this be handled?
The text was updated successfully, but these errors were encountered: