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
`anyhow` by default only returns the top-most error when formatted via `Display`. The alternate formatting (`:#`) instructs it to return the full error chain instead. Unfortunately `tracing` does not support alternate formatting yet, so we have to call `format!()` manually.
0 commit comments