clippy
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m52s

This commit is contained in:
2024-02-15 15:31:40 +01:00
parent bc9d8a9d1d
commit 949fd7f486
2 changed files with 1 additions and 3 deletions

View File

@@ -95,8 +95,6 @@ impl Abschnitt {
while let Some(child) = &c.peek() {
if Ueberschrift::test_with_typ_and_content(child, "titel", "Beachte") {
c.next();
//<absatz typ="erltext" ct="beachte" halign="j">Zu Abs. 2: zum Bezugszeitraum vgl. § 33 Abs. 13</absatz>
let absatz = Absatz::parse(
c.next()
.expect("After a 'Beachte' title, we need an Absatz"),