From dc3fc0919dc66b80822702f664357204afca8dc4 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 7 Aug 2024 09:04:53 +1000 Subject: [PATCH] rustfmt: Use show_parse_errors Clear deprecation warning by using the new option. --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 5650843ae..47e9866ce 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -74,7 +74,7 @@ color = "Auto" unstable_features = false disable_all_formatting = false skip_children = false -hide_parse_errors = false +show_parse_errors = true error_on_line_overflow = false error_on_unformatted = false emit_mode = "Files"