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
fix: handle case when impl{} for item A occurs after item B
Example:
struct A {..}
struct B {..}
impl A {..}
Prior to this commit, the diagram would incorrectly display the methods inside
impl A as B's methods.
Now it correctly displays them as A's methods.
0 commit comments