Closed tcharding closed 2 months ago
rustfmt gives warning:
rustfmt
Warning: the hide_parse_errors option is deprecated. Use show_parse_errors instead
hide_parse_errors
show_parse_errors
As suggested use show_parse_errors and switch the boolean value.
rustfmt
gives warning:Warning: the
hide_parse_errors
option is deprecated. Useshow_parse_errors
insteadAs suggested use
show_parse_errors
and switch the boolean value.