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
To implement Clone and Debug for SccGraph and TwoSat, internal_scc::SccGraph must also support Clone and Debug.
Additionally, implementing Debug for internal_scc::SccGraph requires implementing Debug for _Edge.
The Clone trait for internal_scc::SccGraph can be derived.
For the Debug trait, discussion is needed regarding the output format.
I think that the Debug trait for _Edge can simply be derived.
Similarly, I think deriving Debug for internal_scc::SccGraph is also sufficient.
The text was updated successfully, but these errors were encountered:
To implement
Clone
andDebug
forSccGraph
andTwoSat
,internal_scc::SccGraph
must also supportClone
andDebug
.Additionally, implementing
Debug
forinternal_scc::SccGraph
requires implementingDebug
for_Edge
.The
Clone
trait forinternal_scc::SccGraph
can be derived.For the
Debug
trait, discussion is needed regarding the output format.I think that the
Debug
trait for_Edge
can simply be derived.Similarly, I think deriving
Debug
forinternal_scc::SccGraph
is also sufficient.The text was updated successfully, but these errors were encountered: