Skip to content

Commit e58f65e

Browse files
committed
Remove double line break from const_eval
1 parent 8ac8cbe commit e58f65e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/const_eval.md

Lines changed: 0 additions & 2 deletions
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)