clean with pedantic clippy
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m51s
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m51s
This commit is contained in:
@@ -105,7 +105,7 @@ impl Parser {
|
||||
Regex::new("<absatz typ=\"[^\"]*\" ct=\"[^\"]*\" halign=\"[^\"]*\">").unwrap();
|
||||
|
||||
// Find all matches for <ueberschrift> tags and iterate over them in reverse to avoid messing up the indices
|
||||
for cap in ueberschrift_regex.captures_iter(&xml) {
|
||||
for cap in ueberschrift_regex.captures_iter(xml) {
|
||||
let ueberschrift_content = &cap[1];
|
||||
|
||||
// Check if there's an <absatz> following the <ueberschrift>
|
||||
|
Reference in New Issue
Block a user