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
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Certain errors/warnings draw squiggles underneath entire function definitions. This is visually distracting, especially with very large function definitions. Either only the function name, or first line should be squiggled, imo. Note in the attached picture that if an fn has a single line of arguments without a where clause then only the first line is squiggled. Functions with where clauses on a separate line (not sure about on same line as args because rustfmt always indents them as shown anyways), or with multiline arguments always get fully "squiggled".
doxxx, JoshLambda, colelawrence, phrohdoh, Vlad-Shcherbina and 5 more