Skip to content

Commit 507464c

Browse files
committed
Add extra clarification
1 parent e64df31 commit 507464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-enum-variant-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ simply be coerced to the enum type), a type like `Vec<Sum::A>` is not a subtype
219219
`Sum` upon either formation or use.)
220220

221221
Note that we do not make any guarantees of the variant data representation at present, to allow us
222-
flexibility to explore the design space.
222+
flexibility to explore the design space in terms of trade-offs between memory and performance.
223223

224224
# Drawbacks
225225
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)