We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30efe86 + a38c939 commit 2d1c64bCopy full SHA for 2d1c64b
src/doc/src/reference/semver.md
@@ -319,7 +319,7 @@ fn main() {
319
320
#### Minor: `repr(C)` add enum variant {#repr-c-enum-variant-new}
321
322
-It is usually safe to add variants to a `repr(C)` enum, if the enum uses `non_exhastive`.
+It is usually safe to add variants to a `repr(C)` enum, if the enum uses `non_exhaustive`.
323
See [enum-variant-new](#enum-variant-new) for more discussion.
324
325
Note that this may be a breaking change since it changes the size and alignment of the type.
0 commit comments