summaryrefslogtreecommitdiff
path: root/library/src/text
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-20 21:56:32 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-20 22:09:10 +0100
commit2d16f9434f46ab591cede54def23ae4bc477b668 (patch)
treec6b113b2da8ab526804f7b17bc1edd1b0fa6c34f /library/src/text
parent22bf0117a0613dc63ace4c495f97bd980db0140c (diff)
Documentation for citation, bibliography, and content
Diffstat (limited to 'library/src/text')
-rw-r--r--library/src/text/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index d24254ed..c2630aef 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -121,7 +121,7 @@ impl RawElem {
}
impl Synthesize for RawElem {
- fn synthesize(&mut self, _: &Vt, styles: StyleChain) {
+ fn synthesize(&mut self, styles: StyleChain) {
self.push_lang(self.lang(styles));
}
}