Skip to content

Commit 603cb1f

Browse files
authored
chore: fix cargo fmt (#5159)
Description --- Removes unused cargo fmt options Motivation and Context --- Since [[1.5.0] 2022-06-14](https://github.com/rust-lang/rustfmt/blob/1d8491b120223272b13451fc81265aa64f7f4d5b/CHANGELOG.md#150-2022-06-14) the options `report_todo` and `report_fixme` have been removed, [5101](rust-lang/rustfmt#5101) and [5102](rust-lang/rustfmt#5102) How Has This Been Tested? --- Manual Cargo fmt does not complain about: ``` Warning: Unknown configuration option `report_fixme` Warning: Unknown configuration option `report_todo` ```
1 parent 68d6c3f commit 603cb1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rustfmt.toml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ overflow_delimited_expr = true
1616
reorder_imports = true
1717
reorder_modules = true
1818
reorder_impl_items = true
19-
report_todo = "Never"
20-
report_fixme = "Never"
2119
space_after_colon = true
2220
space_before_colon = false
2321
struct_lit_single_line = true

0 commit comments

Comments
 (0)