Skip to content

Commit 65b8c27

Browse files
committed
ignore Stable No => True
1 parent d48444d commit 65b8c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ Skip formatting the specified files and directories.
23292329

23302330
- **Default value**: format every file
23312331
- **Possible values**: See an example below
2332-
- **Stable**: No (tracking issue: #3395)
2332+
- **Stable**: Yes
23332333

23342334
### Example
23352335

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ create_config! {
135135
"Report all, none or unnumbered occurrences of TODO in source file comments";
136136
report_fixme: ReportTactic, ReportTactic::Never, false,
137137
"Report all, none or unnumbered occurrences of FIXME in source file comments";
138-
ignore: IgnoreList, IgnoreList::default(), false,
138+
ignore: IgnoreList, IgnoreList::default(), true,
139139
"Skip formatting the specified files and directories";
140140

141141
// Not user-facing

0 commit comments

Comments
 (0)