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
Currently, rustfmt modifies these statements to include a space around the equal sign, but error messages don't do this. I'd appreciate if this were changed to follow rustfmt because I use Fira Code which converts =< into a ligature for ≤, and statements like the below format awkwardly:
std::ops::Index<std::ops::RangeFrom<usize>, Output=<T as strlike::StrLike>::Data>