mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
config: Disable report_todo by default
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ fn default() -> 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";
|
||||
|
||||
Reference in New Issue
Block a user