We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c66aae7 + 52f98c7 commit 65bc5c2Copy full SHA for 65bc5c2
src/config.rs
@@ -327,7 +327,7 @@ create_config! {
327
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
328
"Multiline style on literal structs";
329
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
330
- report_todo: ReportTactic, ReportTactic::Always,
+ report_todo: ReportTactic, ReportTactic::Never,
331
"Report all, none or unnumbered occurrences of TODO in source file comments";
332
report_fixme: ReportTactic, ReportTactic::Never,
333
"Report all, none or unnumbered occurrences of FIXME in source file comments";
0 commit comments