Skip to content

Commit 0cc8127

Browse files
committed
Fix long lines in const-eval
1 parent 3371a62 commit 0cc8127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/const-eval.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Prominent examples are
1111
* Array length
1212
* needs to be known to reserve stack or heap space
1313
* Enum variant discriminants
14-
* needs to be known to prevent two variants from having the same discriminant
14+
* needs to be known to prevent two variants from having the same
15+
discriminant
1516
* Patterns
1617
* need to be known to check for overlapping patterns
1718

0 commit comments

Comments
 (0)