This commit is contained in:
Aleksey Kladov 2021-01-20 01:56:11 +03:00
parent 63f509f492
commit 46b4f89c92
28 changed files with 69 additions and 67 deletions

View file

@ -173,7 +173,7 @@ impl ReplacementRenderer<'_> {
);
}
} else {
self.out.push_str(token.text().as_str());
self.out.push_str(token.text());
}
}