Skip to content

Commit 52f98c7

Browse files
committed
config: Disable report_todo by default
1 parent ee32615 commit 52f98c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ create_config! {
326326
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
327327
"Multiline style on literal structs";
328328
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
329-
report_todo: ReportTactic, ReportTactic::Always,
329+
report_todo: ReportTactic, ReportTactic::Never,
330330
"Report all, none or unnumbered occurrences of TODO in source file comments";
331331
report_fixme: ReportTactic, ReportTactic::Never,
332332
"Report all, none or unnumbered occurrences of FIXME in source file comments";

0 commit comments

Comments
 (0)