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 8d09e3c + 53fad0d commit 6ea0e11Copy full SHA for 6ea0e11
content/mods/A-foundations/topics/composite-types/slides.md
@@ -123,7 +123,7 @@ enum IpAddressType {
123
* a numeric value (`isize` by default, can be changed by using `#[repr(numeric_type)]`) used to determine the variant that the enumeration holds
124
* one cannot rely on the fact that the discriminant is an `isize`, the compiler may always decide to optimize it
125
126
-<v-click>
+</v-click>
127
128
<v-click>
129
0 commit comments