Skip to content

Commit b72d519

Browse files
Remove double line break from const_eval
1 parent abe3986 commit b72d519

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
@@ -109,7 +108,6 @@ r[const-eval.const-expr.if-match]
109108

110109
r[const-eval.const-context]
111110

112-
113111
r[const-eval.const-context.general]
114112
A _const context_ is one of the following:
115113

0 commit comments

Comments
 (0)