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
573: Debug impls r=phimuemue a=phimuemue
To solve #32 a bit further, this adds some `Debug` impls, following our established guidelines (see #268 (comment)).
* `derive(Debug)` on structs without closures.
* `debug_fmt_fields` on structs with closures. I extended `debug_fmt_fields` to support debug-formatting tuple elemts.
This does not yet cover all cases, but a good fraction of them.
Co-authored-by: philipp <descpl@yahoo.de>
0 commit comments