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
92: Use separate imports instead of {}-grouped imports for better merges r=japaric a=porglezomp
Previously every merge would cause conflicts because the {}-group would re-flow, which the merge algorithm can't handle. This will hopefully make rebases and merges go more smoothly while everyone is still adding new modules.
Co-authored-by: C Jones <[email protected]>
Co-authored-by: Jorge Aparicio <[email protected]>
0 commit comments