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.
1 parent 28295a6 commit 3395668Copy full SHA for 3395668
src/doc/src/reference/semver.md
@@ -1157,9 +1157,14 @@ pub struct Foo {
1157
}
1158
1159
pub enum Bar {
1160
- #[non_exhaustive] X,
1161
- #[non_exhaustive] Y(usize),
1162
- #[non_exhaustive] Z { a: usize },
+ #[non_exhaustive]
+ X,
+
1163
1164
+ Y(usize),
1165
1166
1167
+ Z { a: usize },
1168
1169
1170
#[non_exhaustive]
0 commit comments