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
#12 called out that the generated code from "{0}" is messier than just a Display::fmt(_0, formatter). I don't know why write! doesn't handle this case better, but we might as well do it in thiserror.
#12 called out that the generated code from
"{0}"
is messier than just aDisplay::fmt(_0, formatter)
. I don't know whywrite!
doesn't handle this case better, but we might as well do it in thiserror.^ Should expand the Display impl to:
@MOZGIII
The text was updated successfully, but these errors were encountered: