Skip to content

Commit df904cf

Browse files
committed
Remove double line break from const_eval
1 parent 6e5b56d commit df904cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/const_eval.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Behaviors such as out of bounds [array indexing] or [overflow] are compiler erro
2626
must be evaluated at compile time (i.e. in const contexts). Otherwise, these
2727
behaviors are warnings, but will likely panic at run-time.
2828

29-
3029
r[const-eval.const-expr.list]
3130
The following expressions are constant expressions, so long as any operands are
3231
also constant expressions and do not cause any [`Drop::drop`][destructors] calls
@@ -104,7 +103,6 @@ r[const-eval.const-expr.if-match]
104103

105104
r[const-eval.const-context]
106105

107-
108106
r[const-eval.const-context.general]
109107
A _const context_ is one of the following:
110108

0 commit comments

Comments
 (0)