File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ A _const context_ is one of the following:
73
73
[ constants ] : items/constant-items.md
74
74
[ dereference operator ] : expressions/operator-expr.md#the-dereference-operator
75
75
[ destructors ] : destructors.md
76
- [ enum discriminants ] : items/enumerations.md#custom-discriminant-values-for-field-less -enumerations
76
+ [ enum discriminants ] : items/enumerations.md#custom-discriminant-values-for-fieldless -enumerations
77
77
[ enum variant ] : expressions/enum-variant-expr.md
78
78
[ expression statements ] : statements.md#expression-statements
79
79
[ expressions ] : expressions.md
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ integer associated to it that is used to determine which variant it holds. An
61
61
opaque reference to this discriminant can be obtained with the
62
62
[ ` mem::discriminant ` ] function.
63
63
64
- ## Custom Discriminant Values for Field-Less Enumerations
64
+ ## Custom Discriminant Values for Fieldless Enumerations
65
65
66
66
If there is no data attached to * any* of the variants of an enumeration,
67
67
then the discriminant can be directly chosen and accessed.
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ used with any other representation.
354
354
[ `size_of` ] : ../std/mem/fn.size_of.html
355
355
[ `Sized` ] : ../std/marker/trait.Sized.html
356
356
[ dynamically sized types ] : dynamically-sized-types.md
357
- [ C-like enumerations ] : items/enumerations.md#custom-discriminant-values-for-field-less -enumerations
357
+ [ C-like enumerations ] : items/enumerations.md#custom-discriminant-values-for-fieldless -enumerations
358
358
[ zero-variant enumerations ] : items/enumerations.md#zero-variant-enums
359
359
[ undefined behavior ] : behavior-considered-undefined.md
360
360
[ 27060 ] : https://github.com/rust-lang/rust/issues/27060
You can’t perform that action at this time.
0 commit comments