Fix BoxType

This commit is contained in:
Carol (Nichols || Goulding) 2022-09-05 15:17:55 -04:00 committed by Carol (Nichols || Goulding)
parent a507176c6d
commit 11b05627f3
2 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,6 @@ warnings. In other words, any newer, stable version of Rust you install using
these steps should work as expected with the content of this book.
Unmatched: BoxType
> ### Command Line Notation

View File

@ -24,6 +24,7 @@
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'CopyrightHead']" />
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'CopyrightLOC']" />
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'ProductionDirective0']" />
<xsl:template match="w:p[w:pPr/w:pStyle/@w:val = 'BoxType']" />
<xsl:template match="w:p[w:pPr[not(w:pStyle)]]" />