clippy + remove debug statement
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m45s
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m45s
This commit is contained in:
@ -85,8 +85,7 @@ impl Abschnitt {
|
||||
c.next()
|
||||
.expect("After a 'Beachte' title, we need an Absatz"),
|
||||
);
|
||||
println!("{}", absatz.typ);
|
||||
if absatz.typ != "erltext".to_string() {
|
||||
if absatz.typ != *"erltext" {
|
||||
panic!("Expected erltext absatz after 'Beachte'");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user