Handle ending of BoxCode better

This commit is contained in:
Carol (Nichols || Goulding) 2022-09-13 11:54:25 -04:00 committed by Carol (Nichols || Goulding)
parent 2b9f0dc4d8
commit 6e4c1fdd00
2 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,8 @@ add this:
> ```
> [profile.release]
> panic = 'abort'
> ```
Lets try calling `panic!` in a simple program:
Filename: src/main.rs

View File

@ -199,7 +199,7 @@
<xsl:text>&#10;> ```&#10;>&#10;</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>&#10;</xsl:text>
<xsl:text>&#10;> ```&#10;&#10;</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:template>