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.
1 parent ee32615 commit 52f98c7Copy full SHA for 52f98c7
src/config.rs
@@ -326,7 +326,7 @@ create_config! {
326
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
327
"Multiline style on literal structs";
328
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
329
- report_todo: ReportTactic, ReportTactic::Always,
+ report_todo: ReportTactic, ReportTactic::Never,
330
"Report all, none or unnumbered occurrences of TODO in source file comments";
331
report_fixme: ReportTactic, ReportTactic::Never,
332
"Report all, none or unnumbered occurrences of FIXME in source file comments";
0 commit comments