We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed9f27 commit 096fa1cCopy full SHA for 096fa1c
text/0000-default-field-values.md
@@ -1047,8 +1047,8 @@ There are many reasons for this restriction:
1047
1048
As an alternative to the proposed design is either explicitly writing out
1049
`..Default::default()` or extending the language such that `Foo { .. }` becomes
1050
-sugar for `Foo { ..Default::default() }`. While the latter idea does not satisfy
1051
-any of the [motivation] set out, the former does to a small extent.
+sugar for `Foo { ..Default::default() }`. While the former idea does not satisfy
+any of the [motivation] set out, the latter does to a small extent.
1052
1053
In particular, `Foo { .. }` as sugar slightly improves ergonomics.
1054
However, it has some notable problems:
0 commit comments