Skip to content

Commit 5c28d86

Browse files
committed
Mark the ignore_missing_submod option as unstable
1 parent cb7682c commit 5c28d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ Ignore missing submodule error.
12941294

12951295
- **Default value**: `false`
12961296
- **Possible values**: `true`, `false`
1297-
- **Stable**: Yes
1297+
- **Stable**: No
12981298

12991299
## `imports_indent`
13001300

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ create_config! {
173173
or they are left with trailing whitespaces";
174174
ignore: IgnoreList, IgnoreList::default(), false,
175175
"Skip formatting the specified files and directories";
176-
ignore_missing_submod: bool, false, true, "Ignore missing submodule error";
176+
ignore_missing_submod: bool, false, false, "Ignore missing submodule error";
177177

178178
// Not user-facing
179179
verbose: Verbosity, Verbosity::Normal, false, "How much to information to emit to the user";

0 commit comments

Comments
 (0)