Skip to content

Commit 46a4466

Browse files
author
Lucas Henry
committed
Replaced pretty-json error-format with only json
1 parent 43b5dca commit 46a4466

File tree

3 files changed

+22
-626
lines changed

3 files changed

+22
-626
lines changed

src/test/ui/lint/unused_parens_remove_json_suggestion.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: --error-format pretty-json -Zunstable-options
1+
// compile-flags: --error-format json -Zunstable-options
22
// run-rustfix
33

44
// The output for humans should just highlight the whole span without showing

src/test/ui/lint/unused_parens_remove_json_suggestion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: --error-format pretty-json -Zunstable-options
1+
// compile-flags: --error-format json -Zunstable-options
22
// run-rustfix
33

44
// The output for humans should just highlight the whole span without showing

0 commit comments

Comments
 (0)