@@ -933,7 +933,7 @@ if any of the first five lines contains `@generated` marker.
933933
934934- ** Default value** : ` false `
935935- ** Possible values** : ` true ` , ` false `
936- - ** Stable** : No
936+ - ** Stable** : No (tracking issue: [ # 5080 ] ( https://github.com/rust-lang/rustfmt/issues/5080 ) )
937937
938938## ` format_macro_matchers `
939939
@@ -1064,7 +1064,7 @@ Control the case of the letters in hexadecimal literal values
10641064
10651065- ** Default value** : ` Preserve `
10661066- ** Possible values** : ` Upper ` , ` Lower `
1067- - ** Stable** : No
1067+ - ** Stable** : No (tracking issue: [ # 5081 ] ( https://github.com/rust-lang/rustfmt/issues/5081 ) )
10681068
10691069## ` hide_parse_errors `
10701070
@@ -1701,7 +1701,7 @@ How imports should be grouped into `use` statements. Imports will be merged or s
17011701
17021702- ** Default value** : ` Preserve `
17031703- ** Possible values** : ` Preserve ` , ` Crate ` , ` Module ` , ` Item ` , ` One `
1704- - ** Stable** : No
1704+ - ** Stable** : No (tracking issue: [ # 4991 ] ( https://github.com/rust-lang/rustfmt/issues/4991 ) )
17051705
17061706#### ` Preserve ` (default):
17071707
@@ -2063,7 +2063,7 @@ Controls the strategy for how imports are grouped together.
20632063
20642064- ** Default value** : ` Preserve `
20652065- ** Possible values** : ` Preserve ` , ` StdExternalCrate ` , ` One `
2066- - ** Stable** : No
2066+ - ** Stable** : No (tracking issue: [ # 5083 ] ( https://github.com/rust-lang/rustfmt/issues/5083 ) )
20672067
20682068#### ` Preserve ` (default):
20692069
0 commit comments