Skip to content

Commit

Permalink
Remove double line break from const_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
chorman0773 committed Aug 21, 2024
1 parent 6e5b56d commit df904cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/const_eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Behaviors such as out of bounds [array indexing] or [overflow] are compiler erro
must be evaluated at compile time (i.e. in const contexts). Otherwise, these
behaviors are warnings, but will likely panic at run-time.


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

r[const-eval.const-context]


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

Expand Down

0 comments on commit df904cf

Please sign in to comment.