Merge pull request #798 from kamalmarhubi/default-no-todo-warnings
config: Disable report_todo by default
This commit is contained in:
commit
65bc5c242d
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ create_config! {
|
|||
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
|
||||
"Multiline style on literal structs";
|
||||
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
|
||||
report_todo: ReportTactic, ReportTactic::Always,
|
||||
report_todo: ReportTactic, ReportTactic::Never,
|
||||
"Report all, none or unnumbered occurrences of TODO in source file comments";
|
||||
report_fixme: ReportTactic, ReportTactic::Never,
|
||||
"Report all, none or unnumbered occurrences of FIXME in source file comments";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue