This issue suggests removing the fmt::formatter<errors::Error>::parse method from this project because it appears to be unused.
|
format_parse_context::iterator parse(format_parse_context& ctx) const; |
According to fmtlib's user-defined formatting guide, it seems that we can define user-defined formatting with the format method alone, without the need for the parse method.