Skip to content

Commit 2faae32

Browse files
committed
Mark the ignore_missing_submod option as unstable
1 parent b6d27d3 commit 2faae32

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
@@ -1312,7 +1312,7 @@ Ignore missing submodule error.
13121312

13131313
- **Default value**: `false`
13141314
- **Possible values**: `true`, `false`
1315-
- **Stable**: Yes
1315+
- **Stable**: No
13161316

13171317
## `imports_indent`
13181318

src/config/mod.rs

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

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

0 commit comments

Comments
 (0)