Skip to content

Commit 65bc5c2

Browse files
committed
Merge pull request #798 from kamalmarhubi/default-no-todo-warnings
config: Disable report_todo by default
2 parents c66aae7 + 52f98c7 commit 65bc5c2

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
@@ -327,7 +327,7 @@ create_config! {
327327
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
328328
"Multiline style on literal structs";
329329
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
330-
report_todo: ReportTactic, ReportTactic::Always,
330+
report_todo: ReportTactic, ReportTactic::Never,
331331
"Report all, none or unnumbered occurrences of TODO in source file comments";
332332
report_fixme: ReportTactic, ReportTactic::Never,
333333
"Report all, none or unnumbered occurrences of FIXME in source file comments";

0 commit comments

Comments
 (0)