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
This issue suggests inheriting the fmt::formatter<errors::Error> struct from the fmt::formatter<std::string_view> struct to allow errors::Error to be formatted with the same specifications as std::string_view. Additionally, this change may also resolve #133.